Skip to content

Commit c814389

Browse files
committed
Install from bioc.r-universe as well
1 parent 806f3f2 commit c814389

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
with:
3838
r-version: ${{ matrix.config.r }}
3939
http-user-agent: ${{ matrix.config.http-user-agent }}
40-
extra-repositories: 'https://biocstaging.r-universe.dev'
40+
extra-repositories: |
41+
https://biocstaging.r-universe.dev
42+
https://bioc.r-universe.dev
4143
4244
- uses: r-lib/actions/setup-r-dependencies@v2
4345
with:

0 commit comments

Comments
 (0)