Skip to content

Commit

Permalink
run tests with poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 15, 2023
1 parent eae881f commit 3a052b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest parsers
run: pytest -W error::UserWarning
run: poetry run pytest -W error::UserWarning
- name: Run benchmark
run: pytest tests/run_benchmark.py --benchmark-json output.json
run: poetry run pytest tests/run_benchmark.py --benchmark-json output.json

0 comments on commit 3a052b3

Please sign in to comment.