Skip to content

Commit

Permalink
ci fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Aug 20, 2018
1 parent 682826d commit 39591e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ conda create -n test-environment \

source activate test-environment

pip install grpcio-tools conda-pack
pip install conda-pack
pip install --no-deps grpcio-tools

if [[ $1 == '2.7' ]]; then
pip install backports.weakref
fi

pip install git+https://github.com/jcrist/skein
pip install --no-deps git+https://github.com/jcrist/skein

cd ~/dask-yarn
pip install -v --no-deps .
Expand Down

0 comments on commit 39591e6

Please sign in to comment.