Skip to content

Commit

Permalink
use bioc release 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
grlloyd authored Nov 16, 2021
1 parent 46cf01a commit 9eeb52c
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 @@ -38,7 +38,7 @@ env:
run_covr: 'true'
run_pkgdown: 'false'
has_RUnit: 'false'
cache-version: 'cache-v4'
cache-version: 'cache-v5'


jobs:
Expand All @@ -52,9 +52,9 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: macOS-latest, r: '4.1', bioc: 'devel'}
- { os: windows-latest, r: '4.1', bioc: 'devel'}
- { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:RELEASE_3_14", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: macOS-latest, r: '4.1', bioc: '3.14'}
- { os: windows-latest, r: '4.1', bioc: '3.14'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down

0 comments on commit 9eeb52c

Please sign in to comment.