We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dac58 commit 9c6b457Copy full SHA for 9c6b457
ci/azure/install.yml
@@ -25,8 +25,7 @@ steps:
25
git+https://github.com/dask/dask \
26
git+https://github.com/dask/distributed \
27
git+https://github.com/zarr-developers/zarr \
28
- git+https://github.com/Unidata/cftime.git@refs/pull/127/merge
29
- # git+https://github.com/Unidata/cftime # FIXME PR 127 not merged yet
+ git+https://github.com/Unidata/cftime
30
condition: eq(variables['UPSTREAM_DEV'], 'true')
31
displayName: Install upstream dev dependencies
32
0 commit comments