Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 1, 2023
1 parent a346715 commit 745b4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -33,11 +33,9 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- run: Rscript -e 'R.version'

# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
# extra-packages: any::rcmdcheck
# needs: check
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

# - uses: r-lib/actions/check-r-package@v2
- uses: r-lib/actions/check-r-package@v2
1 change: 1 addition & 0 deletions tests/testthat/test-bioconductor.R
Expand Up @@ -5,6 +5,7 @@ test_that("it works", {
# possibly due to this warning:
# 'getOption("repos")' replaces Bioconductor standard repositories
skip_on_cran()
skip_if(grepl("unstable", R.version$status, fixed=TRUE))

setup({
jetpack::init()
Expand Down

0 comments on commit 745b4bc

Please sign in to comment.