Debug ci 2 (#7251)

* changes

* fix

* fix
This commit is contained in:
pngwn 2024-02-01 10:34:22 +00:00 committed by GitHub
parent 22188e922b
commit 0b09e1bb2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 14 additions and 14 deletions

View File

@ -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 }}

View File

@ -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'

View File

@ -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"

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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"

View File

@ -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 }}

View File

@ -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