From e8d161da03001323ad6c06a076df2d807e5c3a4a Mon Sep 17 00:00:00 2001 From: Ronak Buch Date: Wed, 23 Nov 2022 12:08:03 -0500 Subject: [PATCH] CI: Remove manual fortran installation in spack Linux build Fortran is already installed in the ubuntu images on GitHub Actions. --- .github/workflows/spack.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/spack.yml b/.github/workflows/spack.yml index 8b70b7cf38..bff96f5dcd 100644 --- a/.github/workflows/spack.yml +++ b/.github/workflows/spack.yml @@ -21,7 +21,6 @@ jobs: cd .. git clone --depth 1 https://github.com/spack/spack cd spack - [[ $(uname) == "Linux" ]] && sudo apt-get install -y gfortran gfortran-7 gfortran-8 gfortran-9 gfortran-10 # Use this branch for testing, not main sed -i -e 's,="main",="${{ github.head_ref }}",' var/spack/repos/builtin/packages/charmpp/package.py