diff --git a/action.yml b/action.yml index e045ece..d8e23ea 100644 --- a/action.yml +++ b/action.yml @@ -48,4 +48,3 @@ runs: - name: install dependencies run: poetry install ${{ inputs.extras && format('--extras "{0}"', inputs.extras) }} shell: bash - if: steps.cache.outputs.cache-hit != 'true'