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 257d77c commit c4e1c0dCopy full SHA for c4e1c0d
.github/workflows/ci.yaml
@@ -142,7 +142,7 @@ jobs:
142
save-always: true
143
144
- name: Run tests
145
- run:
+ run: |
146
pixi run -e ${{ matrix.pixi-env }} python -m pytest -n ${{ matrix.numprocesses || 4 }}
147
--timeout 180
148
--cov=xarray
pixi.toml
@@ -196,7 +196,7 @@ iris = "*"
196
197
[feature.extras.pypi-dependencies]
198
# array
199
-jax = "*"
+jax = "*" # no way to get cpu-only jaxlib from conda if gpu is present
200
201
[feature.test.dependencies]
202
pytest = "*"
0 commit comments