We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544d22 commit 8016ecaCopy full SHA for 8016eca
1 file changed
.github/actions/python-install/action.yml
@@ -85,7 +85,7 @@ runs:
85
working-directory: ${{ inputs.working-directory }}
86
87
run: |
88
- if [ "${{ inputs.optional-dependency-groups }} == "" ]; then
+ if [ "${{ inputs.optional-dependency-groups }}" == "" ]; then
89
poetry install --no-interaction --no-root --all-extras
90
else
91
poetry install --no-interaction --no-root --with ${{ inputs.optional-dependency-groups }} --all-extras
0 commit comments