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