diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-11-23 08:28:52 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-11-23 10:58:10 -0700 |
commit | 76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6 (patch) | |
tree | fae4a1f0aa92fd20b3bd8972a0d384a7d3a4f71e /tools/travis-before-install.sh | |
parent | 269f2f2d30a2c6ef3c435386aa392b5b1715c662 (diff) | |
download | numpy-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-x | tools/travis-before-install.sh | 2 |
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 |