From 21d50e6850fa0e2578c90e071ae620d74aaad061 Mon Sep 17 00:00:00 2001 From: pmp-p Date: Sat, 19 Oct 2024 09:08:07 +0200 Subject: [PATCH] turn off hpy on 3.13 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ca13d..e356927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,12 @@ jobs: - name: build 3.13 packages run: | cd $GITHUB_WORKSPACE - PYBUILD=3.13 bash ./scripts/build-pkg.sh + PYBUILD=3.13 PACKAGES="emsdk pygame" BUILD_STATIC="emsdk" bash ./scripts/build-pkg.sh - name: build 3.13 loader run: | cd $GITHUB_WORKSPACE - PYBUILD=3.13 bash ./scripts/build-loader.sh + PYBUILD=3.13 PACKAGES="emsdk pygame" BUILD_STATIC="emsdk" bash ./scripts/build-loader.sh - name: build 3.14 packages run: |