Skip to content

Commit

Permalink
New attempt to force testhat V3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuis committed Mar 4, 2024
1 parent 7075db2 commit 9442678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install testthat 3.1.8
run: Rscript -e "install.packages('https://cran.r-project.org/src/contrib/Archive/testthat/testthat_3.1.8.tar.gz', repos = NULL, type = 'source')"

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand All @@ -93,6 +90,9 @@ jobs:
remotes::install_github("SticsRPacks/SticsRFiles@main", dependencies = FALSE, upgrade = "never")
shell: Rscript {0}

- name: Install testthat 3.1.8
run: Rscript -e "install.packages('https://cran.r-project.org/src/contrib/Archive/testthat/testthat_3.1.8.tar.gz', repos = NULL, type = 'source')"

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
Expand Down

0 comments on commit 9442678

Please sign in to comment.