Skip to content

Commit 2e0e759

Browse files
Update to Pyodide 0.27.3, add pcodec
1 parent c3e346a commit 2e0e759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
DISABLE_NUMCODECS_AVX2: 1
1616
DISABLE_NUMCODECS_SSE2: 1
1717
# Common environment variables for both build and test jobs
18-
PYODIDE_VERSION: 0.27.0
18+
PYODIDE_VERSION: 0.27.3
1919
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
2020
# The appropriate versions can be found in the Pyodide repodata.json
2121
# "info" field, or in Makefile.envs:
@@ -85,7 +85,7 @@ jobs:
8585
pip install zarr==3.0.0b1
8686
8787
# Install the built numcodecs WASM wheel and relevant dependencies
88-
pip install $(ls dist/*.whl)"[msgpack,crc32c,test,test_extras]"
88+
pip install $(ls dist/*.whl)"[msgpack,crc32c,pcodec,test,test_extras]"
8989
# TODO: get zfpy built in Pyodide and install it here
9090
9191
# Change into a different directory before running tests to avoid

0 commit comments

Comments
 (0)