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 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments