Skip to content

Commit 08436e2

Browse files
committed
Update version of poetry in CI
1 parent 49f2b74 commit 08436e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
python-version: "3.12"
167167
- name: "Setup Python environment"
168168
run: |
169-
pipx install poetry==1.8.5
169+
pipx install poetry==2.1
170170
poetry config virtualenvs.create true --local
171171
poetry env use 3.12
172172
- name: "Install dependencies"
@@ -230,7 +230,7 @@ jobs:
230230
python-version: ${{ matrix.python-version }}
231231
- name: "Setup environment"
232232
run: |
233-
pipx install poetry==1.8.5 --python python${{ matrix.python-version }}
233+
pipx install poetry==2.1 --python python${{ matrix.python-version }}
234234
poetry config virtualenvs.create true --local
235235
pip install invoke toml codecov
236236
- name: "Install Package"
@@ -283,7 +283,7 @@ jobs:
283283
echo "PYTEST_DEBUG_TEMPROOT=/var/lib/github/${RUNNER_NAME}/_temp" >> $GITHUB_ENV
284284
- name: "Setup environment"
285285
run: |
286-
pipx install poetry==1.8.5
286+
pipx install poetry==2.1
287287
poetry config virtualenvs.create true --local
288288
pip install invoke toml codecov
289289
- name: "Install Package"
@@ -359,7 +359,7 @@ jobs:
359359

360360
# - name: "Setup environment"
361361
# run: |
362-
# pipx install poetry==1.8.5
362+
# pipx install poetry==2.1
363363
# poetry config virtualenvs.create true --local
364364
# pip install invoke toml codecov
365365

0 commit comments

Comments
 (0)