Skip to content

Commit fba2157

Browse files
committed
ci: correct installation of xarray
1 parent 3df4253 commit fba2157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
bash ci/install-upstream-wheels.sh
6666
- name: Install xarray
6767
run: |
68-
python -m pip install git+https://github.com/pydata/xarray
68+
python -m pip install --no-deps -e .
6969
- name: Version info
7070
run: |
7171
python xarray/util/print_versions.py

0 commit comments

Comments
 (0)