Skip to content

Commit ba9d739

Browse files
committed
oops! a second call to install landlab. removing
1 parent 948a2c8 commit ba9d739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
- conda install scripting -c csdms-stack
3737
- |
3838
if [[ "$TRAVIS_BRANCH" == "release" ]]; then
39-
conda install landlab jupyter -c landlab
39+
conda install landlab -c landlab
4040
else
4141
git clone --depth=50 https://github.com/landlab/landlab.git landlab/landlab
4242
cd landlab/landlab
@@ -47,7 +47,7 @@ install:
4747
python setup.py develop
4848
cd ../..
4949
fi
50-
- conda install landlab jupyter -c landlab
50+
- conda install jupyter
5151
- conda info -a && conda list
5252
script:
5353
- mkdir -p $MPLCONFIGDIR

0 commit comments

Comments
 (0)