Skip to content

Commit

Permalink
missed pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Jan 9, 2025
1 parent 29eeca7 commit 8c674c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fi
- name: Install poetry
if: steps.check_fresh.outputs.is_fresh == 'true'
run: pipx install poetry
run: pipx install poetry==1.8
- name: Example setup step
if: steps.check_fresh.outputs.is_fresh == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
pipx install poetry==1.8
make poetry.lock
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: Install poetry
run: |
pipx install poetry
pipx install poetry==1.8
make poetry.lock
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: Install poetry
run: |
pipx install poetry
pipx install poetry==1.8
make poetry.lock
- name: Syncing fork with upstream
run: |
Expand Down

0 comments on commit 8c674c0

Please sign in to comment.