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 cfd738d commit fa6e175Copy full SHA for fa6e175
1 file changed
.github/workflows/latest-deps.yml
@@ -25,7 +25,6 @@ jobs:
25
ZARR_V3_EXPERIMENTAL_API: 1
26
ZARR_V3_SHARDING: 1
27
run: |
28
- python -m pip install pytest pytest-cov
+ python -m pip install pytest pytest-cov pytest-timeout
29
python -m pip install .
30
-
31
pytest -svx --timeout=300
0 commit comments