Skip to content

Commit

Permalink
Force installing remotes (#6229)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 8, 2024
1 parent c81f8bb commit e4cc68c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check-occasional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '17 13 28 * *' # 28th of month at 13:17 UTC
- cron: '17 13 9 * *' # 9th of month at 13:17 UTC

# A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release
name: R-CMD-check-occasional
Expand Down Expand Up @@ -84,6 +84,10 @@ jobs:
if: matrix.os == 'macOS-latest'
run: brew install gdal proj

- name: Install remotes
run: install.packages("remotes")
shell: Rscript {0}

- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit e4cc68c

Please sign in to comment.