Skip to content

Commit

Permalink
Merge pull request #44 from drieslab/dev
Browse files Browse the repository at this point in the history
Remove references to suite_modular
  • Loading branch information
jiajic authored Nov 29, 2023
2 parents 8527091 + 24b6e6d commit a0efc3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE)
remotes::install_github('drieslab/GiottoData', build = FALSE)
})
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE)
remotes::install_github('drieslab/GiottoData', build = FALSE)
})
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE)
remotes::install_github('drieslab/GiottoData', build = FALSE)
})
shell: Rscript {0}

Expand Down

0 comments on commit a0efc3f

Please sign in to comment.