From 1c86be3208d73df3074a153fbad59324a804831e Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 3 Dec 2020 13:31:03 -0800 Subject: [PATCH] Fix `pip` install issue on CI (#4310) --- continuous_integration/environment-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/continuous_integration/environment-windows.yml b/continuous_integration/environment-windows.yml index 81e0f93de3..9b05bd0d0f 100644 --- a/continuous_integration/environment-windows.yml +++ b/continuous_integration/environment-windows.yml @@ -30,6 +30,6 @@ dependencies: - fsspec - pip - pip: - - git+https://github.com/dask/dask.git - - git+https://github.com/joblib/joblib.git - - git+https://github.com/dask/zict + - git+https://github.com/dask/dask.git@master + - git+https://github.com/joblib/joblib.git@master + - git+https://github.com/dask/zict.git@master