Skip to content

Commit

Permalink
add step to check
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolerg committed Nov 9, 2023
1 parent bf6ef90 commit a11554c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: install specific version of RCy3
run: |
BiocManager::install("RCy3", version = "3.18")
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit a11554c

Please sign in to comment.