Skip to content

Commit

Permalink
Update workshop-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil authored Mar 18, 2024
1 parent 13e2ba5 commit 207b6ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
R: ['4.3.3']
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup R
uses: r-lib/actions/setup-r@v2
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
r-version: ${{matrix.R}}
rtools-version: '4.3.x'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
any::tidyverse
Expand Down

0 comments on commit 207b6ea

Please sign in to comment.