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.
xarray
1 parent 86f3d48 commit 24ca25aCopy full SHA for 24ca25a
.github/workflows/ci.yaml
@@ -65,6 +65,10 @@ jobs:
65
python=${{matrix.python-version}}
66
conda
67
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
+
72
- name: Install xarray-array-testing
73
run: |
74
python -m pip install --no-deps -e .
ci/requirements/environment.yaml
@@ -10,7 +10,3 @@ dependencies:
10
- hypothesis
11
- xarray
12
- 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