From 6e78d480bc0bf7d184c9dd9d4179a4074b85aebf Mon Sep 17 00:00:00 2001 From: "[6~" Date: Mon, 25 Nov 2019 18:19:25 -0600 Subject: [PATCH] Make sure gfortran is available during Azure CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 803a34ee..9368c971 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,8 @@ jobs: script: | set -e CONDA_ENVIRONMENT=.test-conda-env-py3.yml + sudo apt install gfortran-7 + sudo ln -s /usr/bin/gfortran-7 /usr/bin/gfortran curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh . ./build-and-test-py-project-within-miniconda.sh -- GitLab