Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGelb committed May 12, 2024
1 parent b6d4a90 commit eab3ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,739 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
config: ${{ fromJson(needs.setup.outputs.platforms) }}

steps:
- name: Query dependencies
run: |
install.packages('terra', repos='https://rspatial.r-universe.dev')
shell: Rscript {0}
- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/setup-r@v1
with:
Expand All @@ -85,10 +89,6 @@ 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
Loading

0 comments on commit eab3ece

Please sign in to comment.