mirror of https://github.com/astral-sh/uv
Allow pre-releases in pyodide test job (#15349)
This commit is contained in:
parent
4b88d8d74b
commit
70515a3c57
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue