Skip to content

Commit

Permalink
remove configure file from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Oct 28, 2024
1 parent d88f461 commit e5f72d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test_pkg_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ jobs:
file.path("tests", "testthat", "test-hello.R")
)
# test NOT_CRAN envvar
brio::write_lines(
c(
"if [ \"$NOT_CRAN\" != \"true\" ]; then",
" exit 1",
"fi"
),
file.path("configure")
)
Sys.chmod("configure", "0755")
# TODO: allow warnings on oldrel (cf., https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009229.html)
if (.Platform$OS.type == "windows" && getRversion() < "4.3.0") {
error_on <- "error"
Expand Down

0 comments on commit e5f72d9

Please sign in to comment.