Skip to content

Commit

Permalink
try also installed openmpi-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Jul 13, 2024
1 parent b79f308 commit dec2256
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
-
name: Install FORTRAN dependencies
run: |
sudo apt-get install openmpi-bin
sudo apt-get install openmpi-bin openmpi-common
-
name: Install Python dependencies
name: Install Python ${{ matrix.python-version }} dependencies
run: |
python -m pip install --upgrade pip
pip install matplotlib
Expand All @@ -38,7 +38,6 @@ jobs:
echo "::notice $(which gfortran)"
echo "::notice $(which gmake)"
echo "::notice $(which mpif90)"
echo "::notice $(which mpifort)"
echo "::notice $(which pip)"
echo "::notice $(which python)"
cd main
Expand Down

0 comments on commit dec2256

Please sign in to comment.