Skip to content

Commit

Permalink
Don't try to use poetry run as the shell
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Jul 4, 2024
1 parent 33ef481 commit 701ffd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
run: poetry install

- name: Test with pytest
shell: poetry run
run: pytest -v --cov=project --cov-report=xml --cov-append
run: poetry run pytest -v --cov=project --cov-report=xml --cov-append

# TODO: this is taking too long to run, and is failing consistently. Need to debug this before making it part of the CI again.
# - name: Test with pytest (only slow tests)
Expand Down

0 comments on commit 701ffd7

Please sign in to comment.