Skip to content

Commit

Permalink
Skip test load in pkg install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Aug 26, 2022
1 parent 072dd48 commit 8a64c81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Unit tests - WSL Backend
jobs:
WSL-R-CMD-check:
if: "! contains(github.event.head_commit.message, '[ci skip]')"
runs-on: windows-2019
runs-on: windows-latest

name: windows-latest-WSLv1

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
config:
- {os: macOS-latest, r: 'devel', rtools: ''}
- {os: macOS-latest, r: 'release', rtools: ''}
- {os: windows-2019, r: 'devel', rtools: '42'}
- {os: windows-2019, r: 'release', rtools: '42'}
- {os: windows-2019, r: 'oldrel', rtools: '40'}
- {os: windows-latest, r: 'devel', rtools: '42'}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: windows-latest, r: 'oldrel', rtools: '40'}
- {os: ubuntu-20.04, r: 'devel', rtools: ''}
- {os: ubuntu-20.04, r: 'release', rtools: ''}
- {os: ubuntu-20.04, r: 'oldrel', rtools: ''}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_local(path = ".")
remotes::install_local(path = ".", INSTALL_opts = "--no-test-load")
install.packages("curl")
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmdstan-tarball-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release', rtools: ''}
- {os: windows-2019, r: 'release', rtools: '42'}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: ubuntu-20.04, r: 'release', rtools: ''}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 8a64c81

Please sign in to comment.