Skip to content

Commit

Permalink
fix(test.yml): add CRAN repo in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bmascat committed Jun 23, 2024
1 parent b1f888e commit 28eb588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Set CRAN mirror
run: |
options(repos = c(CRAN = "https://cloud.r-project.org"))
install.packages("renv")
shell: Rscript {0}

- name: Install dependencies
uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit 28eb588

Please sign in to comment.