From f6499baeadf433a34f98f5c918b2580e6d28bf7b Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Wed, 26 Jun 2024 15:48:25 -0400 Subject: [PATCH] Remove cask install of gfortran --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e7a8bb132..31f843aae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,6 @@ jobs: brew link --overwrite fftw gcc wget || true brew install eigen || true brew link --overwrite eigen || true - brew install --cask gfortran || true ls $FFTW_DIR - name: Download des_data