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