Skip to content

Commit e3eb44c

Browse files
committed
[revert] test with Xarray PR branch
1 parent 13e4672 commit e3eb44c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v4
100100
with:
101-
repository: "pydata/xarray"
101+
repository: "dcherian/xarray"
102102
fetch-depth: 0 # Fetch all history for all branches and tags.
103103
- name: Set up conda environment
104104
uses: mamba-org/setup-micromamba@v1
@@ -112,6 +112,7 @@ jobs:
112112
pint>=0.22
113113
- name: Install xarray
114114
run: |
115+
git checkout flox-preserve-dtype
115116
python -m pip install --no-deps .
116117
- name: Install upstream flox
117118
run: |

ci/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ dependencies:
1919
- pytest-pretty
2020
- pytest-xdist
2121
- syrupy
22-
- xarray
2322
- pre-commit
2423
- numpy_groupies>=0.9.19
2524
- pooch
2625
- toolz
2726
- numba
2827
- numbagg>=0.3
2928
- hypothesis
29+
- pip:
30+
- git@https://github.com/dcherian/xarray@flox-preserve-dtype

0 commit comments

Comments
 (0)