Skip to content

Commit b699d8f

Browse files
Get msgpack inside Pyodide virtual environment
1 parent 46f3207 commit b699d8f

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
@@ -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
69+
python -m pip install pytest pytest-cov msgpack
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)