Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 21, 2024
1 parent 49efc25 commit 1962ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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");'
Expand Down

0 comments on commit 1962ce6

Please sign in to comment.