Skip to content

Commit

Permalink
Use main branch for zict (#4499)
Browse files Browse the repository at this point in the history
This was recently changed from `master`. Though it appears `pip` uses
`master` by default. So code it as `main` where it is not specified and
fix the branch name where `master` is still used.
  • Loading branch information
jakirkham authored Feb 10, 2021
1 parent 7d2a22f commit 2b9ba97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dependencies:
- pip:
- git+https://github.com/dask/dask.git@master
- git+https://github.com/joblib/joblib.git@master
- git+https://github.com/dask/zict.git@master
- git+https://github.com/dask/zict.git@main
2 changes: 1 addition & 1 deletion continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ python -m pip install -q git+https://github.com/dask/dask.git --upgrade --no-dep
python -m pip install -q git+https://github.com/joblib/joblib.git --upgrade --no-deps
python -m pip install -q git+https://github.com/intake/filesystem_spec.git --upgrade --no-deps
python -m pip install -q git+https://github.com/dask/s3fs.git --upgrade --no-deps
python -m pip install -q git+https://github.com/dask/zict.git --upgrade --no-deps
python -m pip install -q git+https://github.com/dask/zict.git@main --upgrade --no-deps
python -m pip install -q keras --upgrade --no-deps

if [[ $CRICK == true ]]; then
Expand Down

0 comments on commit 2b9ba97

Please sign in to comment.