mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
fix ci (#7595)
This commit is contained in:
parent
4b0d589330
commit
b52997635a
4
.github/actions/install-all-deps/action.yml
vendored
4
.github/actions/install-all-deps/action.yml
vendored
@ -14,7 +14,7 @@ inputs:
|
||||
skip_build:
|
||||
description: 'Skip build'
|
||||
default: 'false'
|
||||
build-lite:
|
||||
build_lite:
|
||||
description: 'Build lite'
|
||||
default: 'false'
|
||||
test:
|
||||
@ -94,7 +94,7 @@ runs:
|
||||
node_auth_token: ${{ inputs.node_auth_token }}
|
||||
npm_token: ${{ inputs.npm_token }}
|
||||
skip_build: ${{ inputs.skip_build }}
|
||||
build-lite: ${{ inputs.build-lite }}
|
||||
build-lite: ${{ inputs.build_lite }}
|
||||
- name: generate json
|
||||
shell: bash
|
||||
if: inputs.os == 'ubuntu-latest'
|
||||
|
@ -14,7 +14,7 @@ inputs:
|
||||
skip_build:
|
||||
description: 'Skip build'
|
||||
default: 'false'
|
||||
build-lite:
|
||||
build_lite:
|
||||
description: 'Build lite'
|
||||
default: 'false'
|
||||
os:
|
||||
@ -52,7 +52,7 @@ runs:
|
||||
shell: bash
|
||||
run: pnpm build
|
||||
- name: Build frontend lite
|
||||
if: inputs.build-lite == 'true'
|
||||
if: inputs.build_lite == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
1
.github/workflows/test-functional.yml
vendored
1
.github/workflows/test-functional.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
build_lite: true
|
||||
- name: install outbreak_forecast dependencies
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
Loading…
Reference in New Issue
Block a user