Skip to content

Commit 1ea992f

Browse files
Install numcodecs with crc32c
1 parent ceb70c7 commit 1ea992f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
source .venv-pyodide/bin/activate
9999
100100
# Install numcodecs
101-
python -m pip install numcodecs-wasm/dist/*.whl
101+
python -m pip install numcodecs-wasm/dist/*.whl"[crc32c]"
102102
103103
# Install Zarr without dependencies until we can figure out the
104104
# numcodecs wheel versioning issue

0 commit comments

Comments
 (0)