Skip to content

Commit

Permalink
Use python 3.10 (#9158)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton authored Aug 20, 2024
1 parent c41fc70 commit 675b50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/website-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 675b50b

Please sign in to comment.