Skip to content

Commit 9f55819

Browse files
committed
debug ci
1 parent 5d03a0f commit 9f55819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
conda activate env
7777
# TODO: remove --pre option when zarr v3 is out
78-
python -m pip install --pre 'zarr==3'
78+
python -m pip install --pre zarr
7979
8080
# This is used to test with zfpy, which does not yet support numpy 2.0
8181
- name: Install older numpy and zfpy

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
python: "3.12"
1010
jobs:
1111
post_install:
12-
- python -m pip install --pre 'zarr==3'
12+
- python -m pip install --pre 'zarr'
1313

1414
sphinx:
1515
configuration: docs/conf.py

0 commit comments

Comments
 (0)