Skip to content

Commit

Permalink
merge from saezlab
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Apr 2, 2024
2 parents 566a05e + 4d9b539 commit 6ec5e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
cont: "bioconductor/bioconductor_docker:devel",
rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"
}
- { os: macOS-latest, r: '4.3', bioc: '3.19'}
- { os: windows-latest, r: '4.3', bioc: '3.19'}
- { os: macOS-latest, r: 'next', bioc: '3.19'}
- { os: windows-latest, r: 'next', bioc: '3.19'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down Expand Up @@ -195,5 +195,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@master
with:
name: ${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3-results
name: ${{ runner.os }}-biocversion-devel-r-4.3-results
path: check

0 comments on commit 6ec5e92

Please sign in to comment.