Skip to content

Commit

Permalink
Update to Pyodide 0.27.3, add pcodec
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 26, 2025
1 parent c3e346a commit 2e0e759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
DISABLE_NUMCODECS_AVX2: 1
DISABLE_NUMCODECS_SSE2: 1
# Common environment variables for both build and test jobs
PYODIDE_VERSION: 0.27.0
PYODIDE_VERSION: 0.27.3
# 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 Expand Up @@ -85,7 +85,7 @@ jobs:
pip install zarr==3.0.0b1
# Install the built numcodecs WASM wheel and relevant dependencies
pip install $(ls dist/*.whl)"[msgpack,crc32c,test,test_extras]"
pip install $(ls dist/*.whl)"[msgpack,crc32c,pcodec,test,test_extras]"
# TODO: get zfpy built in Pyodide and install it here
# Change into a different directory before running tests to avoid
Expand Down

0 comments on commit 2e0e759

Please sign in to comment.