From ef06f6af00e7c7617a2ef22fe178d2a43b03a3ba Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Mon, 24 Jan 2022 11:41:52 +0100 Subject: [PATCH] Update ci_extra.yml --- .github/workflows/ci_extra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_extra.yml b/.github/workflows/ci_extra.yml index a07bc44..1f814f5 100644 --- a/.github/workflows/ci_extra.yml +++ b/.github/workflows/ci_extra.yml @@ -37,7 +37,7 @@ jobs: sudo apt-get update sudo apt-get install -y wget gfortran g++ openmpi-bin libopenmpi-dev - name: Install petsc - if: steps.cache-petsc.outputs.cache-hit != 'true' + ##if: steps.cache-petsc.outputs.cache-hit != 'true' run: | CURR_DIR=$(pwd) PACKAGE=petsc