Skip to content

Commit

Permalink
default to using install args for newer versions of poetry (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Sep 26, 2023
1 parent 40fa67d commit fc6eaee
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 @@ -26,7 +26,7 @@ inputs:
poetry-install-args:
description: Additional args to pass to `poetry install`.
required: false
default: '-vvv --remove-untracked'
default: '-v --sync'
poetry-install-cmd:
description: |
Command for installing poetry project.
Expand Down

0 comments on commit fc6eaee

Please sign in to comment.