Allow pre-releases in pyodide test job (#15349)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user