diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 993057d..91d0b78 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -52,13 +52,14 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, r: '4.3', bioc: '3.17', cont: "bioconductor/bioconductor_docker:RELEASE_3_17" } + - { os: ubuntu-latest, r: '4.3', bioc: '3.17', cont: "bioconductor/bioconductor_docker:RELEASE_3_17", ppm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" } #- { os: macOS-latest, r: '4.3', bioc: '3.17'} #- { os: windows-latest, r: '4.3', bioc: '3.17'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true + PPM: ${{ matrix.config.ppm }} NOT_CRAN: true TZ: UTC GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}