Skip to content

Commit

Permalink
GH Actions. Try installing INLA specifically beforehand.
Browse files Browse the repository at this point in the history
  • Loading branch information
famuvie committed Aug 2, 2024
1 parent 123e49f commit eb92b14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
dependencies: '"hard"'
- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand All @@ -86,6 +85,10 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- name: Install INLA beforehand
run: |
install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/testing"), dep = TRUE)
shell: Rscript {0}
- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit eb92b14

Please sign in to comment.