Skip to content

Commit

Permalink
Use pipx to install poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Jan 21, 2024
1 parent 16354c2 commit e26e049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions poetry
python -m pip install tox tox-gh-actions
pipx install poetry==1.7.0
poetry install -v
- name: Test with tox
run: tox r

0 comments on commit e26e049

Please sign in to comment.