Skip to content

Commit

Permalink
MAINT fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Oct 17, 2016
1 parent 3bfde56 commit 23179e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose
source activate testenv

# Install requirements in correct order
pip install -r requirements.txt
cat requirements.txt | xargs -n 1 -L 1 pip install

if [[ "$COVERAGE" == "true" ]]; then
pip install coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Please install all dependencies manually with:

.. code:: bash
pip install -r https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt
cat https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install
Then install *auto-sklearn*

Expand Down

0 comments on commit 23179e7

Please sign in to comment.