Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkan91 committed Jan 22, 2025
1 parent 12c0dec commit 30b8133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Test and generate coverage report
run: |
python -m pip install pytest
python -m pip install pytest==6.2.5
python -m pip install pytest-cov
pytest --cov=./ --cov-report=xml

0 comments on commit 30b8133

Please sign in to comment.