From 70515a3c57e934bd831c786d01e710f256919b80 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 18 Aug 2025 09:22:03 -0500 Subject: [PATCH] Allow pre-releases in pyodide test job (#15349) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 399268f64..3707b2fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1502,7 +1502,7 @@ jobs: ./uv venv venv-native -p 3.12 # We use features added in 0.30.3 but there is no known breakage in # newer versions. - ./uv pip install -p venv-native/bin/python pyodide-build==0.30.3 pip + ./uv pip install -p venv-native/bin/python pyodide-build==0.30.3 pip --prerelease=allow - name: "Install Pyodide interpreter" run: |