Skip to content

Commit

Permalink
Fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Jun 18, 2020
1 parent 57fa225 commit 5c6bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ popd

# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv -y -c conda-forge python=$PYTHON_VERSION \
--file requirements.txt --file requirements_dev.txt dask-ml
conda create -n testenv -y -c conda-forge python=$PYTHON_VERSION dask-ml \
--file requirements.txt --file requirements_dev.txt

source activate testenv

Expand Down

0 comments on commit 5c6bef1

Please sign in to comment.