Skip to content

Commit c8af650

Browse files
committed
Call poetry install always in setup python actions
1 parent fbaaf6c commit c8af650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ runs:
7373
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 }}
7474

7575
- name: Poetry install with extras
76-
if: inputs.use-cache != 'true' || steps.cache-poetry-env.outputs.cache-hit != 'true'
7776
working-directory: ${{ inputs.working-directory }}
7877
shell: bash
7978
run: |

0 commit comments

Comments
 (0)