Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshidembi691 authored May 23, 2024
1 parent 3a181e1 commit 3d960fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
python -m unittest -v tests/test_*.py
# python -m unittest -v tests/test_*.py
pytest tests/test_*.py

0 comments on commit 3d960fa

Please sign in to comment.