mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
parent
22188e922b
commit
0b09e1bb2f
2
.github/actions/install-all-deps/action.yml
vendored
2
.github/actions/install-all-deps/action.yml
vendored
@ -85,7 +85,7 @@ runs:
|
||||
python -m pip install -r test/requirements.txt
|
||||
python -m pip install -r client/python/test/requirements.txt
|
||||
- name: install-frontend
|
||||
uses: "@gradio-app/gradio/.github/actions/install-frontend-deps@main""
|
||||
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
||||
with:
|
||||
always_install_pnpm: ${{ inputs.always_install_pnpm }}
|
||||
node_auth_token: ${{ inputs.node_auth_token }}
|
||||
|
4
.github/workflows/deploy+test-visual.yml
vendored
4
.github/workflows/deploy+test-visual.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
labels: ${{ steps.changes.outputs.labels }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "visual"
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
ref: ${{ needs.changes.outputs.sha }}
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: install dependencies
|
||||
uses: "@gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
skip_build: 'true'
|
||||
|
2
.github/workflows/deploy-spaces.yml
vendored
2
.github/workflows/deploy-spaces.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
merge_sha: ${{ steps.changes.outputs.merge_sha }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "functional"
|
||||
|
4
.github/workflows/deploy-website.yml
vendored
4
.github/workflows/deploy-website.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
found_pr: ${{ steps.changes.outputs.found_pr }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "website"
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
ref: ${{ needs.changes.outputs.merge_sha }}
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: install dependencies
|
||||
uses: "@gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
skip_build: true
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- name: install dependencies
|
||||
uses: "@gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
node_auth_token: ${{ secrets.NPM_TOKEN }}
|
||||
|
4
.github/workflows/test-functional.yml
vendored
4
.github/workflows/test-functional.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
source_repo: ${{ steps.changes.outputs.source_repo }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "functional"
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: install dependencies
|
||||
id: install_deps
|
||||
uses: "@gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
- name: install outbreak_forecast dependencies
|
||||
|
2
.github/workflows/test-hygiene.yml
vendored
2
.github/workflows/test-hygiene.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
merge_sha: ${{ steps.changes.outputs.merge_sha }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "all"
|
||||
|
4
.github/workflows/test-python.yml
vendored
4
.github/workflows/test-python.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
labels: ${{ steps.changes.outputs.labels }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "gradio"
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: install dependencies
|
||||
id: install_deps
|
||||
uses: "@gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
python_version: "3.8"
|
||||
os: ${{ matrix.os }}
|
||||
|
4
.github/workflows/tests-js.yml
vendored
4
.github/workflows/tests-js.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
source_repo: ${{ steps.changes.outputs.source_repo }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "@gradio-app/gradio/.github/actions/changes@main"
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
type: "js"
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
ref: ${{ needs.changes.outputs.merge_sha }}
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: install dependencies
|
||||
uses: "@gradio-app/gradio/.github/actions/install-frontend-deps@main""
|
||||
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
- name: build client
|
||||
|
Loading…
x
Reference in New Issue
Block a user