Skip to content

Commit 89e8b04

Browse files
zarr3 should also work now
1 parent 902fdf3 commit 89e8b04

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-emscripten.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ jobs:
8484
pyodide venv .venv-pyodide
8585
source .venv-pyodide/bin/activate
8686
87-
# For tests in test_zarr3.py
88-
pip install zarr==3.0.0b1
89-
9087
# Install the built numcodecs WASM wheel and relevant dependencies
9188
pip install $(ls dist/*.whl)"[msgpack,crc32c,pcodec,zfpy,test,test_extras]"
9289
90+
# Install Zarr v3
91+
pip install zarr>=3
9392
9493
# Change into a different directory before running tests to avoid
9594
# the test runner picking up the local numcodecs package

0 commit comments

Comments
 (0)