CI: Don't Python make venv on cache hit

This commit is contained in:
Geza Lore 2026-07-06 11:30:33 +01:00
parent c2ed0aab00
commit c78a342bdc
1 changed files with 1 additions and 0 deletions

View File

@ -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