Skip to content

Commit

Permalink
Add actions/checkout and r-lib setup to solve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jan 30, 2025
1 parent 5aba16a commit e662ac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ jobs:
cache-version: v3

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up R and install BiocManager
uses: grimbough/bioc-actions/setup-bioc@v1
if: matrix.config.image == null
with:
bioc-version: ${{ matrix.config.bioc }}

- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.image == null
Expand Down

0 comments on commit e662ac1

Please sign in to comment.