Skip to content

Commit 5a4e234

Browse files
Update ci-emscripten.yaml
1 parent bc9b6dc commit 5a4e234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
pip install $(ls dist/*.whl)"[msgpack,crc32c,test,test_extras]"
8686
# TODO: get zfpy built in Pyodide and install it here
8787
88+
# For tests in test_zarr3.py
89+
pip install zarr
90+
8891
# Change into a different directory before running tests to avoid
8992
# the test runner picking up the local numcodecs package
9093
cd docs

0 commit comments

Comments
 (0)