mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
parent
7e23b7ee3b
commit
2346ae8d17
3
.github/actions/install-all-deps/action.yml
vendored
3
.github/actions/install-all-deps/action.yml
vendored
@ -66,7 +66,8 @@ 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 }}
|
||||
|
@ -34,7 +34,8 @@ runs:
|
||||
shell: bash
|
||||
run: pnpm css
|
||||
- name: Build frontend
|
||||
if: inputs.skip_build == 'false' && steps.frontend-cache.outputs.cache-hit != 'true'
|
||||
if: inputs.skip_build == 'false'
|
||||
# && steps.frontend-cache.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
run: pnpm build
|
||||
- name: generate types
|
||||
|
Loading…
Reference in New Issue
Block a user