Skip to content

Commit

Permalink
Add r devel check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene233 committed Nov 13, 2023
1 parent 9335139 commit f84f7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit f84f7f0

Please sign in to comment.