From 4625c6739f05d544a52293d463f9827fc820b231 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:10:46 +0100 Subject: [PATCH] test again --- .github/workflows/R-CMD-check.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index d748ab45..ed2b6951 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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" @@ -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