From 28a2e3238fe254df4df4bcc19124b1ac5a3342c3 Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:30:08 +0100 Subject: [PATCH] Use Python 3.11 to generate cache Js2Py not compatible with Python 3.12 --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8146f633..f3e74302 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.11' - name: Install Dependencies run: | yarn