Skip to content

Commit b514996

Browse files
committed
Install specific package versions
1 parent c13f0b7 commit b514996

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/basic_checks.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
BiocManager::install(ask=FALSE)
2525
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
2626
shell: Rscript {0}
27-
27+
2828
- name: Cache R packages
2929
if: runner.os != 'Windows'
3030
uses: actions/cache@v4
@@ -40,6 +40,12 @@ jobs:
4040
remotes::install_cran("rcmdcheck")
4141
shell: Rscript {0}
4242

43+
- name: Install specific package versions
44+
run: |
45+
BiocManager::install("cvanderaa/QFeatures", ref = "uniquePrecId")
46+
BiocManager::install("statOmics/msqrob2")
47+
shell: Rscript {0}
48+
4349
- name: Check
4450
env:
4551
_R_CHECK_CRAN_INCOMING_REMOTE_: false

0 commit comments

Comments
 (0)