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 609cfb3 commit 50538b1Copy full SHA for 50538b1
.github/workflows/main.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
uv pip install --system '.'
49
uv pip install --system '.[test]'
50
+ uv pip install --system 'cubed @ git+https://github.com/cubed-dev/cubed.git' 'xarray @ git+https://github.com/pydata/xarray.git'
51
52
- name: Running Tests
53
0 commit comments