Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolauria committed Dec 27, 2023
1 parent 60ae1c4 commit 6694351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
config:
- {os: ubuntu-latest, r: '4.0.3'}
- {os: windows-latest, r: '4.0.3'}
- {os: macos-11, r: '4.2.0'}

steps:
- uses: actions/checkout@v2
Expand All @@ -47,6 +46,8 @@ jobs:
R --version
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
- uses: r-lib/actions/check-r-package@v2

- name: Set up R ${{ matrix.config.r }}
Expand Down

0 comments on commit 6694351

Please sign in to comment.