Skip to content

Commit c4e1c0d

Browse files
committed
review feedback
1 parent 257d77c commit c4e1c0d

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
@@ -142,7 +142,7 @@ jobs:
142142
save-always: true
143143

144144
- name: Run tests
145-
run:
145+
run: |
146146
pixi run -e ${{ matrix.pixi-env }} python -m pytest -n ${{ matrix.numprocesses || 4 }}
147147
--timeout 180
148148
--cov=xarray

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ iris = "*"
196196

197197
[feature.extras.pypi-dependencies]
198198
# array
199-
jax = "*"
199+
jax = "*" # no way to get cpu-only jaxlib from conda if gpu is present
200200

201201
[feature.test.dependencies]
202202
pytest = "*"

0 commit comments

Comments
 (0)