Skip to content

Commit

Permalink
try installing OpenMPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Jul 13, 2024
1 parent e41e25e commit dcc25ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gmake
name: GNU Make

on: [push]

Expand All @@ -20,7 +20,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
-
name: Install dependencies
name: Install FORTRAN dependencies
run: |
apt-get install openmpi-bin
-
name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install matplotlib
Expand Down

0 comments on commit dcc25ea

Please sign in to comment.