Skip to content

Commit 080cc29

Browse files
authored
Only run Zarr v2 CI tests on default local executors (#759)
Don't run on Lithops in CI as it is flaky, which might mask any failures due to Zarr v2/v3 differences
1 parent 462360c commit 080cc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zarr-v2-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install
4545
run: |
46-
python -m pip install -e .[test,lithops]
46+
python -m pip install -e .[test]
4747
python -m pip install -U 'zarr<3'
4848
4949
- name: Run tests

0 commit comments

Comments
 (0)