diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 770c469b2..2c4112874 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -68,7 +68,7 @@ jobs: - name: Install required dependencies and initiate atime magic run: | cp /github/home/.Rprofile . - echo "options(repos = c(CRAN = 'https://cloud.r-project.org'))" >> .Rprofile + # echo "options(repos = c(CRAN = 'https://cloud.r-project.org'))" >> .Rprofile 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");'