Skip to content

Commit

Permalink
Specify Poetry ver in Release Workflow
Browse files Browse the repository at this point in the history
It seems to require a specific version rather than constraint :(
  • Loading branch information
rlaphoenix committed Apr 15, 2021
1 parent f77fdfa commit dfea6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.0
with:
poetry-version: '1.x'
poetry-version: '1.1.6'
- name: Configure poetry
run: poetry config virtualenvs.in-project true
- name: Install dependencies
Expand Down

0 comments on commit dfea6be

Please sign in to comment.