Skip to content

Commit

Permalink
[MRG] MAINT Fixes apt by removing the ubuntu-toolchain-r/test repo (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and rth committed May 24, 2019
1 parent 1d3a713 commit e747376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/azure/install.sh
Expand Up @@ -54,6 +54,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
make_conda $TO_INSTALL

elif [[ "$DISTRIB" == "ubuntu" ]]; then
sudo add-apt-repository --remove ppa:ubuntu-toolchain-r/test
sudo apt-get install python3-scipy python3-matplotlib libatlas3-base libatlas-base-dev libatlas-dev python3-virtualenv
python3 -m virtualenv --system-site-packages --python=python3 $VIRTUALENV
source $VIRTUALENV/bin/activate
Expand Down

0 comments on commit e747376

Please sign in to comment.