Skip to content

Commit

Permalink
update test-target-runner-dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 20, 2024
1 parent 0a923e6 commit 1a7b56b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,13 @@ 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
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
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
Expand Down

0 comments on commit 1a7b56b

Please sign in to comment.