Skip to content

Commit

Permalink
remove installation of entire paws package and only paws.common and m…
Browse files Browse the repository at this point in the history
…ake.paws
  • Loading branch information
DyfanJones committed Dec 9, 2024
1 parent 57a369f commit 71876e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -78,9 +79,6 @@ jobs:
run: |
remotes::install_local('paws.common', force = TRUE)
remotes::install_local('make.paws', force = TRUE)
for (package in rev(list.dirs("cran", recursive = FALSE))) {
remotes::install_local(package, force = TRUE)
}
shell: Rscript {0}

- name: Check
Expand All @@ -89,7 +87,6 @@ jobs:
run: |
rcmdcheck::rcmdcheck('paws.common', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck('make.paws', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck('cran/paws', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Show testthat output
Expand Down

0 comments on commit 71876e5

Please sign in to comment.