We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b778bd commit 133c940Copy full SHA for 133c940
.github/workflows/main.yml
@@ -52,6 +52,12 @@ jobs:
52
r-version: ${{ matrix.config.r }}
53
http-user-agent: ${{ matrix.config.http-user-agent }}
54
use-public-rspm: true
55
+
56
+ - name: use Bioconductor devel only for r-devel
57
+ if: matrix.config.r == 'devel'
58
+ run: |
59
+ Rscript -e 'install.packages("BiocManager")'
60
+ Rscript -e 'BiocManager::install(version = "devel", ask = FALSE, update = FALSE)'
61
62
- uses: r-lib/actions/setup-r-dependencies@v2
63
with:
0 commit comments