Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Feb 11, 2023
1 parent 888dcaf commit 26f2c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
install.packages('rstan', type='source')
shell: Rscript {0}

- name: Check against CRAN StanHeaders and CRAN RStan
- name: Check against Development StanHeaders and CRAN RStan
run: |
rcmdcheck::rcmdcheck(path = "lgpr", args = c("--no-manual", "--as-cran"), build_args = "--no-manual")
shell: Rscript {0}
Expand All @@ -69,7 +69,7 @@ jobs:
install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
shell: Rscript {0}

- name: Check against CRAN StanHeaders and CRAN RStan
- name: Check against Development StanHeaders and Development RStan
run: |
rcmdcheck::rcmdcheck(path = "lgpr", args = c("--no-manual", "--as-cran"), build_args = "--no-manual")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
config:
- {os: macOS-latest, r: 'release'}
# Vignette building hangs infinitely on Windows GHA, so disable for now
- {os: windows-latest, r: 'release'}
#- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand Down

0 comments on commit 26f2c2b

Please sign in to comment.