Allow pre-releases in pyodide test job (#15349)

This commit is contained in:
Zanie Blue
2025-08-18 09:22:03 -05:00
committed by GitHub
parent 4b88d8d74b
commit 70515a3c57
+1 -1
View File
@@ -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: |