We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76b575 commit f5bcd25Copy full SHA for f5bcd25
ci/install.sh
@@ -49,11 +49,12 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
49
time sudo locale-gen "$LOCALE_OVERRIDE"
50
fi
51
52
-time pip install $PIP_ARGS -r ci/requirements-${wheel_box}.txt
53
54
# we need these for numpy
55
time sudo apt-get $APT_ARGS install libatlas-base-dev gfortran
56
+time pip install $PIP_ARGS -r ci/requirements-${wheel_box}.txt
57
+
58
59
# Need to enable for locale testing. The location of the locale file(s) is
60
# distro specific. For example, on Arch Linux all of the locales are in a
0 commit comments