summaryrefslogtreecommitdiff
path: root/tools/travis-before-install.sh
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-11-23 08:28:52 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-11-23 10:58:10 -0700
commit76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6 (patch)
treefae4a1f0aa92fd20b3bd8972a0d384a7d3a4f71e /tools/travis-before-install.sh
parent269f2f2d30a2c6ef3c435386aa392b5b1715c662 (diff)
downloadnumpy-76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6.tar.gz
TST: Add back durations flag for DEBUG builds.
The flag should work with newer versions of Python. - Use Ubuntu 20.04 to get Python 3.8 debug. - Don't install libgfortran3, not needed, not available. - Whitespace cleanup in action.yml and build_test.yml. Closes #14293.
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-xtools/travis-before-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh
index 88f869a02..81737af89 100755
--- a/tools/travis-before-install.sh
+++ b/tools/travis-before-install.sh
@@ -9,7 +9,7 @@ free -m
df -h
ulimit -a
-sudo apt install gfortran eatmydata libgfortran3 libgfortran5
+sudo apt install gfortran eatmydata libgfortran5
if [ "$USE_DEBUG" ]
then