Skip to content

Commit 24ca25a

Browse files
committed
install nightly xarray as a separate step
1 parent 86f3d48 commit 24ca25a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
python=${{matrix.python-version}}
6666
conda
6767
68+
- name: Install nightly xarray
69+
run: |
70+
python -m pip install --upgrade --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple xarray
71+
6872
- name: Install xarray-array-testing
6973
run: |
7074
python -m pip install --no-deps -e .

ci/requirements/environment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ dependencies:
1010
- hypothesis
1111
- xarray
1212
- numpy
13-
- pip
14-
- pip:
15-
- --upgrade --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
16-
- xarray

0 commit comments

Comments
 (0)