diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 803a34eebd2ee5c1a342c178c0085f5ec36edddc..9368c97181bd0ff82035ec3c156e42749588d621 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