Ci tweaks 5.3 (#9797)

* enable caching

* fix
This commit is contained in:
pngwn 2024-10-22 18:38:40 +01:00 committed by GitHub
parent 421fd5402a
commit a8d22f76fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,7 @@ runs:
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@583042d32dd1cabb8bd09df03bde06080da5c87c # @v2
- name: Install test dependencies
if: inputs.test == 'true'
&& steps.cache.outputs.cache-hit != 'true'
if: inputs.test == 'true' && steps.cache.outputs.cache-hit != 'true'
shell: bash
run: |
. ${{ env.VENV_ACTIVATE }}