From 06f5686b9d34bd3a85978c126493957fc52230ba Mon Sep 17 00:00:00 2001 From: Daniel Nachun Date: Sun, 13 Apr 2025 23:17:28 -0700 Subject: [PATCH] fix CI errors --- .github/environment/pixi.toml | 2 -- .github/workflows/merge.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/environment/pixi.toml b/.github/environment/pixi.toml index 89b0e84..24b6137 100644 --- a/.github/environment/pixi.toml +++ b/.github/environment/pixi.toml @@ -10,9 +10,7 @@ libc = { family="glibc", version="2.17" } devtools_document = "R -e 'devtools::document()'" devtools_test = "R -e 'devtools::test()'" codecov = "R -e 'covr::codecov(quiet = FALSE)'" -# build = "R -e 'devtools::build(args = c(\"--no-build-vignettes\"))'" build = "R -e 'devtools::build()'" -# rcmdcheck = "R -e 'pkg <- list.files(\"..\", pattern = \".tar.gz\", full.names = TRUE); rcmdcheck::rcmdcheck(path = pkg[1], args = c(\"--as-cran\", \"--no-manual\", \"--ignore-vignettes\"))'" rcmdcheck = "R -e 'pkg <- list.files(\"..\", pattern = \".tar.gz\", full.names = TRUE); rcmdcheck::rcmdcheck(path = pkg[1], args = c(\"--as-cran\", \"--no-manual\"))'" use_major_version = "R -e 'usethis::Use_version(which = \"major\", push = FALSE)'" use_minor_version = "R -e 'usethis::use_version(which = \"minor\", push = FALSE)'" diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0d37720..95d8000 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -34,6 +34,7 @@ jobs: update_website: if: github.event.pull_request.merged == true + runs-on: ubuntu-latest strategy: fail-fast: false