Skip to content

Commit

Permalink
build: release pipeline - lock poetry at the version used in dev-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jan 15, 2024
1 parent 280a62b commit d612ef7
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 @@ -36,7 +36,7 @@ jobs:
- name: Install Poetry
if: ${{ steps.release.outputs.release_created }}
run: |
pip install 'poetry>=1.7'
pip install 'poetry==1.7.1'
poetry --version
- name: Build package
Expand Down

0 comments on commit d612ef7

Please sign in to comment.