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:
messense 2022-07-30 00:04:47 +08:00 committed by GitHub
parent 5b9d3097bd
commit 624565cd81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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