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.
msgpack
1 parent 46f3207 commit b699d8fCopy full SHA for b699d8f
.github/workflows/emscripten.yml
@@ -66,7 +66,7 @@ jobs:
66
pyodide venv .venv-pyodide
67
source .venv-pyodide/bin/activate
68
python -m pip install dist/*.whl
69
- python -m pip install pytest pytest-cov
+ python -m pip install pytest pytest-cov msgpack
70
python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr
71
72
- name: Upload Pyodide wheel artifact for debugging
0 commit comments