Skip to content

Commit

Permalink
Update workflow to install Poetry using pip instead of pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesHuisman committed Feb 21, 2024
1 parent 99a9a08 commit 6037b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
cache: "pip"
cache-dependency-path: "poetry.lock"

- name: Install Poetry
run: pip install poetry

- name: Set Poetry Python version
run: poetry env use ${{ matrix.python }}

- name: Install Poetry
run: pipx install poetry

- name: Install Dependencies
run: poetry install -E all

Expand Down

0 comments on commit 6037b86

Please sign in to comment.