Skip to content

Commit

Permalink
MAINT: Install petsc only when pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Aug 29, 2024
1 parent d6155da commit 374ec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
architecture: x64

- name: Install dependencies
# if github.event_name == 'push'
if: github.event_name == 'push'
run: |
sudo apt-get update
sudo apt-get install -y libhypre-dev libmumps-seq-dev
Expand Down

0 comments on commit 374ec01

Please sign in to comment.