We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51ddd1 commit 0ec47b9Copy full SHA for 0ec47b9
.github/workflows/emscripten.yml
@@ -98,11 +98,11 @@ jobs:
98
source .venv-pyodide/bin/activate
99
100
# Install numcodecs
101
- python -m pip install numcodecs-wasm/dist/*.whl"[crc32c]"
+ pip install $(ls numcodecs-wasm/dist/*.whl)"[crc32c]"
102
103
# Install Zarr without dependencies until we can figure out the
104
# numcodecs wheel versioning issue
105
- python -m pip install dist/*.whl --no-deps
+ pip install dist/*.whl --no-deps
106
pip install "packaging>=22.0" "numpy>=1.25" "typing_extensions>=4.9" "donfig>=0.8"
107
108
# Install test dependencies
0 commit comments