Pin emscripten test python version to 3.11b4 (#2526)
* Fix emscripten test and pin python version * Try emscripten 3.1.17 * Try 3.11b4
This commit is contained in:
parent
5b9d3097bd
commit
624565cd81
|
@ -354,7 +354,7 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
id: setup-python
|
||||
with:
|
||||
python-version: 3.11-dev
|
||||
python-version: 3.11.0-beta.4
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue