From 31aaeeea39f70e5889ee732f7d9491a3afb03758 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Wed, 23 Oct 2019 17:39:28 -0700 Subject: [PATCH] Use cftime master for upstream-dev build --- ci/azure/install.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/azure/install.yml b/ci/azure/install.yml index 2911e227172..fee886ba804 100644 --- a/ci/azure/install.yml +++ b/ci/azure/install.yml @@ -25,8 +25,7 @@ steps: git+https://github.com/dask/dask \ git+https://github.com/dask/distributed \ git+https://github.com/zarr-developers/zarr \ - git+https://github.com/Unidata/cftime.git@refs/pull/127/merge - # git+https://github.com/Unidata/cftime # FIXME PR 127 not merged yet + git+https://github.com/Unidata/cftime condition: eq(variables['UPSTREAM_DEV'], 'true') displayName: Install upstream dev dependencies