Skip to content

Commit

Permalink
try with older version of git2r
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 21, 2024
1 parent 48fb141 commit aa48261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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");'
Expand Down

0 comments on commit aa48261

Please sign in to comment.