We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
msgpack
1 parent 47e28f8 commit 0cec70dCopy full SHA for 0cec70d
.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 msgpack
+ python -m pip install pytest pytest-cov
70
python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr
71
72
- name: Upload Pyodide wheel artifact for debugging
0 commit comments