Skip to content

Commit

Permalink
ci: update poetry to 1.2.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Dec 11, 2022
1 parent a8fa9ea commit 3d7a663
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.1.15
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
poetry export --without-hashes -o requirements.txt
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
then
Expand Down

0 comments on commit 3d7a663

Please sign in to comment.