Skip to content

Commit 1bd207f

Browse files
committed
stick poetry to 2.1.4 due to error in 2.2.0
python-poetry/poetry#10553
1 parent 7170d3b commit 1bd207f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install and configure poetry
3535
uses: snok/install-poetry@v1
3636
with:
37+
version: 2.1.4
3738
virtualenvs-create: true
3839
virtualenvs-in-project: true
3940
installer-parallel: true

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Install and configure poetry
3232
uses: snok/install-poetry@v1
3333
with:
34+
version: 2.1.4
3435
virtualenvs-create: true
3536
virtualenvs-in-project: true
3637
installer-parallel: true

0 commit comments

Comments
 (0)