mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
parent
421fd5402a
commit
a8d22f76fc
3
.github/actions/install-all-deps/action.yml
vendored
3
.github/actions/install-all-deps/action.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user