diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245054db22014a07e1157961831d63970761cfa8..688892022a2d5cddfaf3306678dca44485c230d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - name: "Main Script" run: | CONDA_ENVIRONMENT=.test-conda-env-py3.yml + sudo apt update 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