tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
??
zenfyr.dev
5 months ago
e42b0536
eda25493
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
1/1
run-tests.yml
success
43s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
run-tests.yml
+2
-1
.tangled/workflows/run-tests.yml
···
7
7
dependencies:
8
8
nixpkgs:
9
9
- uv
10
10
+
- python312
10
11
11
12
steps:
12
13
- name: run tests
13
14
command: |
14
14
-
uv run pytest -vv
15
15
+
uv run --python python3.12 pytest -vv