File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 98
98
steps :
99
99
- uses : actions/checkout@v4
100
100
with :
101
- repository : " pydata /xarray"
101
+ repository : " dcherian /xarray"
102
102
fetch-depth : 0 # Fetch all history for all branches and tags.
103
103
- name : Set up conda environment
104
104
uses : mamba-org/setup-micromamba@v1
@@ -112,6 +112,7 @@ jobs:
112
112
pint>=0.22
113
113
- name : Install xarray
114
114
run : |
115
+ git checkout flox-preserve-dtype
115
116
python -m pip install --no-deps .
116
117
- name : Install upstream flox
117
118
run : |
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ dependencies:
19
19
- pytest-pretty
20
20
- pytest-xdist
21
21
- syrupy
22
- - xarray
23
22
- pre-commit
24
23
- numpy_groupies>=0.9.19
25
24
- pooch
26
25
- toolz
27
26
- numba
28
27
- numbagg>=0.3
29
28
- hypothesis
29
+ - pip :
30
+ - git@https://github.com/dcherian/xarray@flox-preserve-dtype
You can’t perform that action at this time.
0 commit comments