mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Use python 3.10 (#9158)
This commit is contained in:
parent
c41fc7021c
commit
675b50b2e5
1
.github/workflows/website-build.yml
vendored
1
.github/workflows/website-build.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
||||
with:
|
||||
always_install_pnpm: true
|
||||
skip_build: true
|
||||
python_version: "3.10"
|
||||
- name: build client
|
||||
run: pnpm --filter @gradio/client build
|
||||
|
||||
|
1
.github/workflows/website-docs-build.yml
vendored
1
.github/workflows/website-docs-build.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
|
||||
with:
|
||||
skip_build: true
|
||||
python_version: "3.10"
|
||||
|
||||
# generated when installing deps
|
||||
- name: upload website json artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user