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.
1 parent 1ea992f commit f51ddd1Copy full SHA for f51ddd1
.github/workflows/emscripten.yml
@@ -103,8 +103,11 @@ jobs:
103
# Install Zarr without dependencies until we can figure out the
104
# numcodecs wheel versioning issue
105
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
109
# pip install $(ls dist/*.whl)"[test]"
- 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"
111
112
python -m pytest tests -v --cov=zarr --cov-config=pyproject.toml
113
0 commit comments