Skip to content

Commit

Permalink
chore: revert to old R version to try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timcadman committed Jun 3, 2024
1 parent a805b8e commit 9b908e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run:
name: Install R deps takes 15min, but no worries we skipinstalled from cache when this PR has installed them before
command: |
install2.r --skipinstalled --repo https://cloud.r-project.org pkgdown markdown rmarkdown mockery webmockr httr urltools xml2 arrow MolgenisAuth DSMolgenisArmadillo git2r ellipsis vctrs covr desc rlist httr2 devtools
install2.r --skipinstalled --repo https://cloud.r-project.org utils pkgdown markdown rmarkdown mockery webmockr httr urltools xml2 arrow MolgenisAuth DSMolgenisArmadillo git2r ellipsis vctrs covr desc rlist httr2 devtools
install2.r --repo https://cloud.r-project.org testthat
Rscript -e "git2r::config(user.email = '[email protected]', user.name = 'MOLGENIS Jenkins')"
Expand Down

0 comments on commit 9b908e3

Please sign in to comment.