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 f2c0ae3 commit ad4493dCopy full SHA for ad4493d
1 file changed
.github/workflows/array-api-tests.yml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
pushd array-api-tests
46
pip install -e '../cubed[test]'
47
+ pip install -U 'zarr<3'
48
pip install -r requirements.txt # from Array API tests repo
49
- name: Run Array API tests
50
env:
0 commit comments