Skip to content

Commit c99be4d

Browse files
authored
Update poetry to 2.1.3 (#586)
1 parent 162258c commit c99be4d

File tree

5 files changed

+145
-22
lines changed

5 files changed

+145
-22
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Poetry
2020
uses: snok/install-poetry@v1
2121
with:
22-
version: 1.6.1
22+
version: 2.1.3
2323

2424
- name: Install dependencies.
2525
run: |

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.9
2020

2121
- name: Install Poetry
22-
run: pip install poetry
22+
run: pip install poetry==2.1.3
2323

2424
- name: Install dependencies
2525
run: poetry install --no-interaction

.github/workflows/qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Poetry
2929
uses: snok/install-poetry@v1
3030
with:
31-
version: 1.6.1
31+
version: 2.1.3
3232

3333
- name: Windows specific step.
3434
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)