Skip to content

Commit

Permalink
Install Dask from conda-forge before doing a dev install (#203)
Browse files Browse the repository at this point in the history
* Install cask from conda-forge before doing a dev install

* Match git master urls
  • Loading branch information
jacobtomlinson committed Dec 2, 2020
1 parent 5731536 commit 42bf18e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/environment-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies:
- pytest-asyncio >=0.14.0
- pytest-timeout
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed
- git+https://github.com/dask/dask.git@master
- git+https://github.com/dask/distributed@master
6 changes: 4 additions & 2 deletions ci/environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies:
- python=3.8
- nomkl
- pip
# Dask
- dask
# testing / CI
- flake8
- ipywidgets
Expand All @@ -32,5 +34,5 @@ dependencies:
- pytest-asyncio >=0.14.0
- pytest-timeout
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed
- git+https://github.com/dask/dask.git@master
- git+https://github.com/dask/distributed@master

0 comments on commit 42bf18e

Please sign in to comment.