From 0a429aaa921e4aec959e6f51eb73b8966d88b3aa Mon Sep 17 00:00:00 2001 From: dcherian Date: Tue, 12 Jul 2022 17:24:49 -0600 Subject: [PATCH] [test-upstream] Update flox repo URL --- ci/install-upstream-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index 8a14e77b87e..bc8017523af 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -44,6 +44,6 @@ python -m pip install \ git+https://github.com/pydata/sparse \ git+https://github.com/intake/filesystem_spec \ git+https://github.com/SciTools/nc-time-axis \ - git+https://github.com/dcherian/flox \ + git+https://github.com/xarray-contrib/flox \ git+https://github.com/h5netcdf/h5netcdf python -m pip install pytest-timeout