Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
Wrong tests were called.

Just invoking `pytest` should do the right thing. To be fixed in another PR.
  • Loading branch information
gmloose authored Jul 9, 2024
1 parent fb99eb4 commit 2aa950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Install
run: pip install .
- name: Test
run: pytest
run: pytest -sv tools/losoto_test.py

0 comments on commit 2aa950b

Please sign in to comment.