Skip to content

Commit

Permalink
CI Build with cython prerelease (scikit-learn#17908)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored Jul 12, 2020
1 parent 9763856 commit 3b9ad92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build_tools/azure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ elif [[ "$DISTRIB" == "conda-pip-scipy-dev" ]]; then
echo "Installing numpy and scipy master wheels"
dev_anaconda_url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url numpy scipy pandas
# Cython nightly build should be still fetched from the Rackspace container
dev_rackspace_url=https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com
pip install --pre --upgrade --timeout=60 -f $dev_rackspace_url cython
pip install --pre cython
echo "Installing joblib master"
pip install https://github.com/joblib/joblib/archive/master.zip
echo "Installing pillow master"
Expand Down
4 changes: 1 addition & 3 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ pip install --upgrade pip setuptools
echo "Installing numpy and scipy master wheels"
dev_anaconda_url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url numpy scipy pandas
# Cython nightly build should be still fetched from the Rackspace container
dev_rackspace_url=https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com
pip install --pre --upgrade --timeout=60 -f $dev_rackspace_url cython
pip install --pre cython
echo "Installing joblib master"
pip install https://github.com/joblib/joblib/archive/master.zip
echo "Installing pillow master"
Expand Down

0 comments on commit 3b9ad92

Please sign in to comment.