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.
1 parent fbaaf6c commit c8af650Copy full SHA for c8af650
.github/actions/python-environment/action.yml
@@ -73,7 +73,6 @@ runs:
73
key: poetry-env-${{ steps.setup-cache-variables.outputs.POETRY_SHA }}-${{ steps.setup-cache-variables.outputs.IMAGE_OS }}-${{ steps.setup-cache-variables.outputs.IMAGE_VERSION }}-${{ runner.arch }}-${{ inputs.poetry-version }}-${{ inputs.python-version }}-${{ inputs.extras }}
74
75
- name: Poetry install with extras
76
- if: inputs.use-cache != 'true' || steps.cache-poetry-env.outputs.cache-hit != 'true'
77
working-directory: ${{ inputs.working-directory }}
78
shell: bash
79
run: |
0 commit comments