Skip to content

Commit

Permalink
editing the rhub workflow to allow terra installation in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGelb committed May 12, 2024
1 parent c5af9be commit b6d4a90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- name: Query dependencies
run: |
install.packages('terra', repos='https://rspatial.r-universe.dev')
shell: Rscript {0}
- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit b6d4a90

Please sign in to comment.