Use python 3.10 (#9158)

This commit is contained in:
Freddy Boulton 2024-08-20 13:52:53 -04:00 committed by GitHub
parent c41fc7021c
commit 675b50b2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

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