Skip to content

Commit d6c43ef

Browse files
Force install zarr version 3 for CI
1 parent 4ce9e4d commit d6c43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
source .venv-pyodide/bin/activate
8383
8484
# For tests in test_zarr3.py
85-
pip install zarr
85+
pip install zarr==3.0.0b1
8686
8787
# Install the built numcodecs WASM wheel and relevant dependencies
8888
pip install $(ls dist/*.whl)"[msgpack,crc32c,test,test_extras]"

0 commit comments

Comments
 (0)