Skip to content

Commit 5f4e094

Browse files
committed
Update poetry
1 parent 8f9dabf commit 5f4e094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install and configure Poetry
115115
uses: snok/install-poetry@v1
116116
with:
117-
version: 1.5.1
117+
version: 1.8.1
118118
virtualenvs-create: true
119119
virtualenvs-in-project: true
120120
installer-parallel: true

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: snok/install-poetry@v1
5858
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
5959
with:
60-
version: 1.5.1
60+
version: 1.8.1
6161
virtualenvs-create: true
6262
virtualenvs-in-project: true
6363
installer-parallel: true

0 commit comments

Comments
 (0)