Skip to content

Commit

Permalink
Use poetry run to invoke pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 0313524 commit a07c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip poetry
poetry install
- name: Run unit tests
run: python -m pytest --cov=omnisolver --cov-report=xml
run: poetry run pytest --cov=omnisolver --cov-report=xml
- name: Report coverage
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit a07c901

Please sign in to comment.