??
zenfyr.dev 1 month ago e42b0536 eda25493
··· 7 dependencies: 8 nixpkgs: 9 - uv 0 10 11 steps: 12 - name: run tests 13 command: | 14 - uv run pytest -vv
··· 7 dependencies: 8 nixpkgs: 9 - uv 10 + - python312 11 12 steps: 13 - name: run tests 14 command: | 15 + uv run --python python3.12 pytest -vv