Skip to content

Commit 23e34bf

Browse files
Fix misquoted end
1 parent e1617c0 commit 23e34bf

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
@@ -106,7 +106,7 @@ jobs:
106106
pip install "packaging>=22.0" "numpy>=1.25" "typing_extensions>=4.9" "donfig>=0.8"
107107
108108
# Install test dependencies
109-
pip install "coverage" "pytest" "pytest-asyncio" 'pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
109+
pip install "coverage" "pytest" "pytest-asyncio" "pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
110110
111111
python -m pytest tests -v --cov=zarr --cov-config=pyproject.toml
112112

0 commit comments

Comments
 (0)