Skip to content

Commit

Permalink
ci: use poetry to run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 21, 2024
1 parent 1f2df96 commit 4894aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
poetry run pytest --cov=./ --cov-report=xml
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4894aec

Please sign in to comment.