Skip to content

Commit

Permalink
chore: update GHA deps for Visium test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Feb 28, 2024
1 parent cf46b03 commit 220dab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
_R_CHECK_RD_XREFS: false
with:
dependencies: '"hard"' # do not use suggested dependencies
extra-packages: any::rcmdcheck, any::testthat, any::rlang, any::R.utils, any::remotes, any::covr
extra-packages: any::rcmdcheck, any::testthat, any::rlang, any::R.utils, any::remotes, any::covr, any::hdf5r
needs: coverage

- name: Set up dependencies (GiottoData)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
_R_CHECK_RD_XREFS: false
with:
dependencies: '"hard"' # do not use suggested dependencies
extra-packages: any::rcmdcheck, any::testthat, any::rlang, any::R.utils, any::remotes, any::covr, any::spdep, any::future.apply, github::drieslab/GiottoData
extra-packages: any::rcmdcheck, any::testthat, any::hdf5r, any::rlang, any::R.utils, any::remotes, any::covr, any::spdep, any::future.apply, github::drieslab/GiottoData

- name: Test python env install
run: |
Expand Down

0 comments on commit 220dab6

Please sign in to comment.