Skip to content
Snippets Groups Projects
Commit 6e78d480 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make sure gfortran is available during Azure CI

parent e53c6ff5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment