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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: |