Skip to content

Commit

Permalink
Update ci_extra.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo authored Jan 24, 2022
1 parent 58e8b4c commit ef06f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef06f6a

Please sign in to comment.