From 225de829ab879048179980bb6ded1402a6e0e53b Mon Sep 17 00:00:00 2001 From: "[6~" Date: Mon, 16 Mar 2020 17:11:51 -0500 Subject: [PATCH] Gitlab CI Py3: Add apt update --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245054db..68889202 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 -- GitLab