We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a5d7 commit df4a7edCopy full SHA for df4a7ed
.github/workflows/ci.yml
@@ -55,6 +55,5 @@ jobs:
55
56
- name: Test this implementation
57
run: |
58
- cd ./test
59
- python -m pytest test_sandag_abm3.py::test_sandag_abm3_progressive
+ uv run pytest ./test
60
0 commit comments