Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 20, 2024
1 parent 5bff88d commit 4625c67
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: "[macOS] Install openmpi"
if: runner.os == 'macOS'
run: |
brew install openmpi
brew install --cask xquartz
- name: "[Linux] Install openmpi"
Expand All @@ -69,17 +68,27 @@ jobs:
run: tlmgr install ${{ env.LATEX_PACKAGES }}

- uses: r-lib/actions/setup-r-dependencies@v2
if: runner.os != 'macOS'
with:
extra-packages: |
any::rcmdcheck
mlr=?ignore-before-r=4.0.0
profvis=?ignore
shinny=?ignore
Rmpi=?ignore-unavailable
needs: check
cache-version: 1
install-pandoc: true

- uses: r-lib/actions/setup-r-dependencies@v2
if: runner.os == 'macOS'
with:
extra-packages: |
any::rcmdcheck
mlr=?ignore-before-r=4.0.0
Rmpi=?ignore
needs: check
cache-version: 1
install-pandoc: true

- name: Check (as CRAN)
env:
NOT_CRAN: false
Expand Down

0 comments on commit 4625c67

Please sign in to comment.