Skip to content

Commit f5bcd25

Browse files
author
y-p
committed
BLD: travis, Install apt-get deps first
1 parent a76b575 commit f5bcd25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
4949
time sudo locale-gen "$LOCALE_OVERRIDE"
5050
fi
5151

52-
time pip install $PIP_ARGS -r ci/requirements-${wheel_box}.txt
5352

5453
# we need these for numpy
5554
time sudo apt-get $APT_ARGS install libatlas-base-dev gfortran
5655

56+
time pip install $PIP_ARGS -r ci/requirements-${wheel_box}.txt
57+
5758

5859
# Need to enable for locale testing. The location of the locale file(s) is
5960
# distro specific. For example, on Arch Linux all of the locales are in a

0 commit comments

Comments
 (0)