Skip to content

Commit 0cec70d

Browse files
Temporarily remove msgpack from dependencies
1 parent 47e28f8 commit 0cec70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
pyodide venv .venv-pyodide
6767
source .venv-pyodide/bin/activate
6868
python -m pip install dist/*.whl
69-
python -m pip install pytest pytest-cov msgpack
69+
python -m pip install pytest pytest-cov
7070
python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr
7171
7272
- name: Upload Pyodide wheel artifact for debugging

0 commit comments

Comments
 (0)