Skip to content

Commit

Permalink
Fix upstream build by pointing to the main branch for dask (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici authored Apr 6, 2021
1 parent 848851f commit 0b32bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
# pandas \
# scipy;
python -m pip install --upgrade \
git+https://github.com/dask/dask.git@master \
git+https://github.com/dask/distributed.git@master \
git+https://github.com/dask/dask.git@main \
git+https://github.com/dask/distributed.git@main \
git+https://github.com/mapbox/rasterio.git@master \
git+https://github.com/pyproj4/pyproj.git@master \
git+https://github.com/pydata/xarray.git@master;
Expand Down

0 comments on commit 0b32bd0

Please sign in to comment.