From f84f7f0a46fc88d5ede7d3ee2896fd21ac45a2bd Mon Sep 17 00:00:00 2001 From: Gene233 Date: Mon, 13 Nov 2023 20:56:50 +1100 Subject: [PATCH] Add r devel check. --- .github/workflows/check-bioc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 191d692..ee647d1 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -66,7 +66,7 @@ jobs: TZ: UTC GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - UPGRADE_PKGS: ${{ matrix.config.bioc == '3.18' }} + UPGRADE_PKGS: ${{ matrix.config.bioc >= '3.18' }} steps: @@ -205,7 +205,7 @@ jobs: remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE) shell: Rscript {0} - - name: install Matrix 1.6.1.1 for BiocVersion = 3.18 + - name: install Matrix 1.6.1.1 for BiocVersion >= 3.18 if: ${{ matrix.config.bioc }} == "3.18" && ${{ env.UPGRADE_PKGS }} run: | Sys.getenv("UPGRADE_PKGS")