Skip to content

Commit

Permalink
tmp - try pipx
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <caroline@appthreat.dev>
  • Loading branch information
cerrussell committed Feb 3, 2024
1 parent 8a86b5a commit 89ef5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
pipx install poetry
- name: Test with pytest
run: |
poetry install
poetry run pytest --cov=blint tests
poetry install -vvv
poetry run pytest --cov=blint tests -vvv
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 89ef5ee

Please sign in to comment.