Skip to content

Commit

Permalink
try renaming RSPM to PPM
Browse files Browse the repository at this point in the history
  • Loading branch information
lmweber committed May 30, 2023
1 parent 1f2ed1a commit 9dc33aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9dc33aa

Please sign in to comment.