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 e1617c0 commit 23e34bfCopy full SHA for 23e34bf
.github/workflows/emscripten.yml
@@ -106,7 +106,7 @@ jobs:
106
pip install "packaging>=22.0" "numpy>=1.25" "typing_extensions>=4.9" "donfig>=0.8"
107
108
# Install test dependencies
109
- pip install "coverage" "pytest" "pytest-asyncio" 'pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
+ pip install "coverage" "pytest" "pytest-asyncio" "pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
110
111
python -m pytest tests -v --cov=zarr --cov-config=pyproject.toml
112
0 commit comments