Skip to content

Commit e1617c0

Browse files
Remove extra install line
1 parent 0ec47b9 commit e1617c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ 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 $(ls dist/*.whl)"[test]"
110109
pip install "coverage" "pytest" "pytest-asyncio" 'pytest-cov" "pytest-accept" "rich" "mypy" "hypothesis"
111110
112111
python -m pytest tests -v --cov=zarr --cov-config=pyproject.toml

0 commit comments

Comments
 (0)