diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index f1d2b3024..3feb9c5be 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -43,6 +43,7 @@ runs: key: ${{ steps.cachekey.outputs.key }} - name: Create Python venv + if: ${{ steps.venv.outputs.cache-hit != 'true' }} shell: bash working-directory: ${{ inputs.repo }} run: make venv