Skip to content

Commit

Permalink
try to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Nov 4, 2023
1 parent 5722153 commit 6c198b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name: R-CMD-check-bioc
## Note that you can always run a GHA test without the cache by using the word
## "/nocache" in the commit message.
env:
has_testthat: 'false'
has_testthat: 'true'
run_covr: 'false'
run_pkgdown: 'false'
has_RUnit: 'false'
Expand All @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: 'devel', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
- { os: ubuntu-latest, r: 'devel', bioc: '3.19', http-user-agent: 'release'}
- { os: macOS-latest, r: 'devel', bioc: '3.19'}
- { os: windows-latest, r: 'devel', bioc: '3.19'}
## Check https://github.com/r-lib/actions/tree/master/examples
Expand Down

0 comments on commit 6c198b2

Please sign in to comment.