Skip to content

Commit

Permalink
use pipx for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhaloff committed Jan 7, 2024
1 parent 56c45ab commit 9bef22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install poetry
run: |
which python
curl -sSL https://install.python-poetry.org | python3.7 -
which pipx
pipx install poetry
- name: Install dependencies
run: |
Expand Down

0 comments on commit 9bef22f

Please sign in to comment.