Skip to content

Commit

Permalink
Bump Pyodide version
Browse files Browse the repository at this point in the history
See pyodide/pyodide#4654 for discussion. This commit resolves a build error due
to a release of `build` (v1.2.0) which had broken the
`pyodide build` command for all repositories.
  • Loading branch information
agriyakhetarpal committed Mar 31, 2024
1 parent 37364b2 commit d02105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# To enable this workflow on a fork, comment out:
# if: github.repository == 'scikit-image/scikit-image'
env:
PYODIDE_VERSION: 0.25.0
PYODIDE_VERSION: 0.25.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:
Expand Down

0 comments on commit d02105b

Please sign in to comment.