diff options
author | Hood Chatham <roberthoodchatham@gmail.com> | 2023-02-06 13:00:22 -0800 |
---|---|---|
committer | Hood Chatham <roberthoodchatham@gmail.com> | 2023-02-06 13:52:18 -0800 |
commit | 4d9a15ff7e9674556983e260dba24e9cb946787e (patch) | |
tree | 2c21f33de6b004cd00fea9492ec397edc94064b8 /.github | |
parent | d291e5ef6e24722530ddbe1445a58288c9b473c3 (diff) | |
download | numpy-4d9a15ff7e9674556983e260dba24e9cb946787e.tar.gz |
TST Update version of Pyodide used in tests to v0.22.1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/emscripten.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 1d7830669..9afa8c8e8 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -21,13 +21,13 @@ jobs: runs-on: ubuntu-22.04 if: "github.repository == 'numpy/numpy' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')" env: - PYODIDE_VERSION: 0.22.0a3 + PYODIDE_VERSION: 0.22.1 # PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION. # The appropriate versions can be found in the Pyodide repodata.json # "info" field, or in Makefile.envs: # https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2 PYTHON_VERSION: 3.10.7 - EMSCRIPTEN_VERSION: 3.1.24 + EMSCRIPTEN_VERSION: 3.1.27 NODE_VERSION: 18 steps: - name: Checkout numpy @@ -46,7 +46,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - - uses: mymindstorm/setup-emsdk@v11 + - uses: mymindstorm/setup-emsdk@v12 with: version: ${{ env.EMSCRIPTEN_VERSION }} actions-cache-folder: emsdk-cache |