Skip to content

Commit

Permalink
tmp - try pipx
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed Feb 3, 2024
1 parent e6fa983 commit 8a86b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Install poetry
run: |
python3 -m pip install poetry
poetry install
pipx ensurepath
pipx install poetry
- name: Test with pytest
run: |
poetry install
poetry run pytest --cov=blint tests
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 8a86b5a

Please sign in to comment.