Skip to content

Commit dfea6be

Browse files
committed
Specify Poetry ver in Release Workflow
It seems to require a specific version rather than constraint :(
1 parent f77fdfa commit dfea6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Poetry
2222
uses: abatilo/actions-poetry@v2.1.0
2323
with:
24-
poetry-version: '1.x'
24+
poetry-version: '1.1.6'
2525
- name: Configure poetry
2626
run: poetry config virtualenvs.in-project true
2727
- name: Install dependencies

0 commit comments

Comments
 (0)