Skip to content

Commit fc6eaee

Browse files
authored
default to using install args for newer versions of poetry (#147)
1 parent 40fa67d commit fc6eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
poetry-install-args:
2727
description: Additional args to pass to `poetry install`.
2828
required: false
29-
default: '-vvv --remove-untracked'
29+
default: '-v --sync'
3030
poetry-install-cmd:
3131
description: |
3232
Command for installing poetry project.

0 commit comments

Comments
 (0)