Skip to content

Commit 4ce9e4d

Browse files
Fix zarr installation order to collect more tests
1 parent 5a4e234 commit 4ce9e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
pyodide venv .venv-pyodide
8282
source .venv-pyodide/bin/activate
8383
84+
# For tests in test_zarr3.py
85+
pip install zarr
86+
8487
# Install the built numcodecs WASM wheel and relevant dependencies
8588
pip install $(ls dist/*.whl)"[msgpack,crc32c,test,test_extras]"
8689
# TODO: get zfpy built in Pyodide and install it here
8790
88-
# For tests in test_zarr3.py
89-
pip install zarr
90-
9191
# Change into a different directory before running tests to avoid
9292
# the test runner picking up the local numcodecs package
9393
cd docs

0 commit comments

Comments
 (0)