Skip to content

Commit 3d960fa

Browse files
Update pytest.yml
1 parent 3a181e1 commit 3d960fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2626
- name: Test with pytest
2727
run: |
28-
python -m unittest -v tests/test_*.py
28+
# python -m unittest -v tests/test_*.py
29+
pytest tests/test_*.py

0 commit comments

Comments
 (0)