carpentries / actions

GitHub Actions for use in Carpentries-style lessons
1 stars 8 forks source link

[setup-lesson-deps] explicitly run install.packages('BiocManager') for bioconductor lessons #72

Closed zkamvar closed 1 year ago

zkamvar commented 1 year ago

This will replace this portion of setup-lesson-deps:

https://github.com/carpentries/actions/blob/646f8b8801847f832091d5abd2ff64e31792f2f4/setup-lesson-deps/action.yaml#L129-L134

which was a workaround for https://github.com/rstudio/renv/issues/1184

zkamvar commented 1 year ago

I believe this can be fixed as renv 0.17.3 is up on CRAN