Skip to content

Commit f51ddd1

Browse files
Install the rest of the missing dependencies
1 parent 1ea992f commit f51ddd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@ jobs:
103103
# Install Zarr without dependencies until we can figure out the
104104
# numcodecs wheel versioning issue
105105
python -m 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
106109
# pip install $(ls dist/*.whl)"[test]"
107-
pip install coverage pytest pytest-asyncio pytest-cov pytest-accept rich mypy hypothesis
110+
pip install "coverage" "pytest" "pytest-asyncio" 'pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
108111
109112
python -m pytest tests -v --cov=zarr --cov-config=pyproject.toml
110113

0 commit comments

Comments
 (0)