diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01747db..1b24480 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,11 +67,11 @@ jobs: - name: Tests and coverage if: ${{ github.event_name == 'push' }} run: | - pytest -v --cov --color=yes --durations=0 + poetry run pytest -v --cov --color=yes --durations=0 - name: Tests if: ${{ github.event_name == 'pull_request' }} run: | - pytest -v --cov --color=yes --durations=0 + poetry run pytest -v --cov --color=yes --durations=0 - name: Upload coverage reports to Codecov if: ${{ github.event_name == 'push' }} env: