Skip to content

Commit df4a7ed

Browse files
committed
use uv for test
1 parent 1d4a5d7 commit df4a7ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ jobs:
5555
5656
- name: Test this implementation
5757
run: |
58-
cd ./test
59-
python -m pytest test_sandag_abm3.py::test_sandag_abm3_progressive
58+
uv run pytest ./test
6059

0 commit comments

Comments
 (0)