From 4a59ffa2cdfcb2d4fc662f451d153d68cf77a5b2 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 6 Sep 2024 09:44:18 -0600 Subject: [PATCH] [revert] test with Xarray PR branch --- .github/workflows/ci.yaml | 3 ++- ci/environment.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04799a78..893597ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: "pydata/xarray" + repository: "dcherian/xarray" fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up conda environment uses: mamba-org/setup-micromamba@v1 @@ -112,6 +112,7 @@ jobs: pint>=0.22 - name: Install xarray run: | + git checkout flox-preserve-dtype python -m pip install --no-deps . - name: Install upstream flox run: | diff --git a/ci/environment.yml b/ci/environment.yml index 82995d07..dac6880a 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -19,7 +19,6 @@ dependencies: - pytest-pretty - pytest-xdist - syrupy - - xarray - pre-commit - numpy_groupies>=0.9.19 - pooch @@ -27,3 +26,5 @@ dependencies: - numba - numbagg>=0.3 - hypothesis + - pip: + - git+https://github.com/dcherian/xarray.git@flox-preserve-dtype