From 675b50b2e53327cdf0f9f9fe2eb03d79fddbf34c Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Tue, 20 Aug 2024 13:52:53 -0400 Subject: [PATCH] Use python 3.10 (#9158) --- .github/workflows/website-build.yml | 1 + .github/workflows/website-docs-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/website-build.yml b/.github/workflows/website-build.yml index d4a2cfa4b7..87594bcc04 100644 --- a/.github/workflows/website-build.yml +++ b/.github/workflows/website-build.yml @@ -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 diff --git a/.github/workflows/website-docs-build.yml b/.github/workflows/website-docs-build.yml index 7552b77a52..edf4ee9a34 100644 --- a/.github/workflows/website-docs-build.yml +++ b/.github/workflows/website-docs-build.yml @@ -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