From aa4826186e27c10727a3d7c4002fbbf9c5665de2 Mon Sep 17 00:00:00 2001 From: etiennebacher Date: Mon, 21 Oct 2024 12:31:40 +0200 Subject: [PATCH] try with older version of git2r --- .github/workflows/benchmarks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 477806bef..2eae240da 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -70,6 +70,8 @@ jobs: run: | cp /github/home/.Rprofile . # echo "options(repos = c(CRAN = 'https://cloud.r-project.org'))" >> .Rprofile + Rscript -e 'install.packages("remotes")' + Rscript -e 'remotes::install_version("git2r", "0.33.0")' Rscript -e 'install.packages(c("atime", "ggplot2", "directlabels"))' echo "END_SETUP_START_TESTS_TIME=$(date +%s)" >> $GITHUB_ENV Rscript -e 'atime::atime_pkg(Sys.getenv("GITHUB_WORKSPACE"), tests.dir = ".ci");'