We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extras
1 parent 71e0c44 commit 1417468Copy full SHA for 1417468
action.yml
@@ -89,7 +89,7 @@ runs:
89
90
- name: Install project (no extras)
91
if: inputs.extras == ''
92
- run: poetry install --no-interaction --no-root
+ run: poetry install --no-interaction
93
shell: bash
94
95
- name: Install project with --extras=${{ inputs.extras }}
0 commit comments