Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

MAINT: install gfortran on linux #45

Merged
merged 1 commit into from
Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ function get_test_cmd {
function run_tests {
# Runs tests on installed distribution from an empty directory
# We only run the 64 bit tests as of NumPy 1.16.
if [ -z "$IS_OSX" ]; then
apt-get -y update && apt-get install -y gfortran
fi
python -c "$(get_test_cmd)"
# Check bundled license file
python ../check_license.py
Expand Down