Skip to content

Commit

Permalink
Removing openmpi install from git workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKierans committed Mar 4, 2024
1 parent f78d857 commit e9b4da6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ jobs:
run: |
brew install otf2
# MANUAL OPENMPI INSTALL
- name: Install openmpi (linux)
if: runner.os == 'linux'
run: |
sudo apt-get install libopenmpi-dev
export MPI_ROOT=$(which mpicc | xargs dirname | xargs dirname)
- name: Install openmpi (mac)
if: runner.os == 'macOS'
run: |
brew install open-mpi
export MPI_ROOT=$(which mpicc | xargs dirname | xargs dirname)
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit e9b4da6

Please sign in to comment.