Skip to content

Commit

Permalink
update yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene233 committed Jan 9, 2024
1 parent e606623 commit 060276e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: 'devel', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
# - { os: ubuntu-latest, r: 'devel', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
# - { os: ubuntu-latest, r: 'devel', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
# - { os: ubuntu-latest, r: '4.3.2', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: ubuntu-latest, r: '4.3.2', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: macOS-latest, r: '4.3.2', bioc: '3.18'}
- { os: windows-latest, r: '4.3.2', bioc: '3.18'}
## Check https://github.com/r-lib/actions/tree/master/examples
Expand All @@ -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 060276e

Please sign in to comment.