Skip to content

Commit

Permalink
Update rcmdcheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiDE authored Nov 12, 2024
1 parent 01e3ee8 commit 5f94825
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rcmdcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
use-public-rspm: true
Ncpus: '2'

- name: Install system dependencies (Linux only)
if: runner.os != 'windows'
run: |
sudo apt-get update
sudo apt-get install -y libgfortran5 build-essential
- name: Install dependencies (Win)
if: runner.os == 'windows'
uses: r-lib/actions/setup-r-dependencies@v2
Expand All @@ -63,7 +57,7 @@ jobs:
if: runner.os != 'windows'
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, cran/randomForest@4.6-14, cran/XML@3.99-0.8
extra-packages: any::rcmdcheck, cran/randomForest, cran/XML
needs: check
error_on: ${{ env.RCMDCHECK_ERROR_ON || 'error,warning' }}

Expand Down

0 comments on commit 5f94825

Please sign in to comment.