Skip to content

Commit

Permalink
GHA: take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 7, 2024
1 parent 65dd423 commit f07c116
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# - {os: macOS-latest, r: 'release' }
# - {os: macOS-latest, r: 'oldrel' }
- {os: ubuntu-latest, r: 'devel' }
- {os: ubuntu-latest, r: 'devel' , req_suggests: false, label: '!req-suggests' }
- {os: ubuntu-latest, r: 'devel' , req_suggests: false, label: '!req_suggests' }
- {os: ubuntu-latest, r: 'release' }
- {os: ubuntu-latest, r: 'oldrel' }
- {os: ubuntu-latest, r: 'oldrel-1' }
Expand All @@ -49,6 +49,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: R env vars
run: |
env | grep -E "^(_R_|R_)"
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2
Expand Down

0 comments on commit f07c116

Please sign in to comment.