Skip to content

Commit

Permalink
make workflows use release version of R to avoid temp issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Dec 29, 2023
1 parent dd3da93 commit 24cc717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
matrix:
config:
- os: ubuntu-latest
r: devel
bioc: devel
cont: ghcr.io/bioconductor/bioconductor_docker:devel
r: auto
bioc: release
cont: ghcr.io/bioconductor/bioconductor_docker
python-version: 3.11
- os: macOS-latest
r: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rworkflows_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
matrix:
config:
- os: ubuntu-latest
bioc: devel
r: auto
cont: ghcr.io/bioconductor/bioconductor_docker:devel
bioc: release
cont: ghcr.io/bioconductor/bioconductor_docker
rspm: ~
- os: macOS-latest
bioc: release
Expand Down

0 comments on commit 24cc717

Please sign in to comment.