CI: Don't Python make venv on cache hit
This commit is contained in:
parent
c2ed0aab00
commit
c78a342bdc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue