Skip to content

Commit

Permalink
Fix pip install issue on CI (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Dec 3, 2020
1 parent dcdb465 commit 1c86be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions continuous_integration/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c86be3

Please sign in to comment.