Skip to content

Commit a52c49a

Browse files
authored
Merge pull request numpy#26185 from charris/update-pyodide-version
MAINT: Update Pyodide to 0.25.1
2 parents ef6299c + 42bbfce commit a52c49a

File tree

2 files changed

+1
-61
lines changed

2 files changed

+1
-61
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# To enable this workflow on a fork, comment out:
2424
if: github.repository == 'numpy/numpy'
2525
env:
26-
PYODIDE_VERSION: 0.25.0
26+
PYODIDE_VERSION: 0.25.1
2727
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
2828
# The appropriate versions can be found in the Pyodide repodata.json
2929
# "info" field, or in Makefile.envs:
@@ -69,11 +69,6 @@ jobs:
6969
with open(env_file, "a") as myfile:
7070
myfile.write(f"PYODIDE_BUILD_PATH={pyodide_build_path}\n")
7171
72-
- name: Apply patch(es) for pyodide-build installation
73-
run: |
74-
ls -a ${{ env.PYODIDE_BUILD_PATH }}
75-
patch -d "${{ env.PYODIDE_BUILD_PATH }}" -p1 < tools/ci/emscripten/0001-do-not-set-meson-environment-variable-pyodide-gh-4502.patch
76-
7772
- name: Build NumPy for Pyodide
7873
run: |
7974
pyodide build -Cbuild-dir=build -Csetup-args="--cross-file=$PWD/tools/ci/emscripten/emscripten.meson.cross" -Csetup-args="-Dblas=none" -Csetup-args="-Dlapack=none"

tools/ci/emscripten/0001-do-not-set-meson-environment-variable-pyodide-gh-4502.patch

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)