Skip to content

Commit

Permalink
chore: try turning off pandoc checking in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Feb 28, 2024
1 parent e921738 commit b2cbb98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/covr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,23 @@ jobs:
with:
use-public-rspm: true

- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
install.packages("remotes")
remotes::install_github('drieslab/GiottoData', build = FALSE)
})
shell: Rscript {0}

- name: Set up dependencies (general)
uses: r-lib/actions/setup-r-dependencies@v2
env:
_R_CHECK_FORCE_SUGGESTS: false
_R_CHECK_RD_XREFS: false
with:
dependencies: '"hard"' # do not use suggested dependencies
install-pandoc: false
extra-packages: |
any::rcmdcheck
any::testthat
any::rlang
any::R.utils
any::covr
any::remotes
any::hdf5r
GiottoData=?ignore
github::drieslab/GiottoData
needs: coverage

- name: Generate coverage report
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/main_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,24 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
install.packages("remotes")
remotes::install_github("drieslab/GiottoData", build = FALSE)
})
shell: Rscript {0}

- name: Set up dependencies (general)
uses: r-lib/actions/setup-r-dependencies@v2
env:
_R_CHECK_FORCE_SUGGESTS: false
_R_CHECK_RD_XREFS: false
with:
dependencies: '"hard"' # do not use suggested dependencies
install-pandoc: false
extra-packages: |
any::rcmdcheck
any::testthat
any::hdf5r
any::rlang
any::R.utils
any::remotes
any::covr
any::spdep
any::future.apply
GiottoData=?ignore
github::drieslab/GiottoData
- name: Test python env install
run: |
Expand Down

0 comments on commit b2cbb98

Please sign in to comment.