Skip to content

Commit

Permalink
build: pin poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 12, 2025
1 parent 05f0497 commit 43d0e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: pipx install poetry
- run: pipx install poetry==1.8.5

- uses: actions/setup-python@v4
id: py
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: pipx install poetry
- run: pipx install poetry==1.8.5

- uses: actions/setup-python@v4
id: py
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
restore-keys: |
npm-
- run: pipx install poetry
- run: pipx install poetry==1.8.5

- uses: actions/setup-python@v4
id: py
Expand Down

0 comments on commit 43d0e30

Please sign in to comment.