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 3d960fa commit fb35722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
# python -m unittest -v tests/test_*.py
pytest tests/test_*.py
python -m unittest -v tests/test_*.py

0 comments on commit fb35722

Please sign in to comment.