Skip to content

Commit

Permalink
feat(poetry): bump poetry version to v1.5.1 (#20)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump poetry version to v1.5.1
  • Loading branch information
mkolasinski-splunk authored Oct 27, 2023
1 parent 36633cb commit bb8b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
run: |
if [ -f "poetry.lock" ]
then
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
pip install poetry==1.5.1 poetry-plugin-export==1.4.0
poetry export --without-hashes -o requirements.txt
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
then
Expand Down

0 comments on commit bb8b385

Please sign in to comment.