Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
R-CMD Check fails in macos from run 2939719321. Can't debug MacOS so continue on error has been set to true
  • Loading branch information
salvafern authored Jul 12, 2021
1 parent 5c22121 commit 3ba5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'devel', continue-on-error: true }
- {os: macOS-latest, r: 'release', continue-on-error: false }
- {os: macOS-latest, r: 'release', continue-on-error: true }
- {os: windows-latest, r: 'release', continue-on-error: false }
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }
- {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }
Expand Down

0 comments on commit 3ba5d0e

Please sign in to comment.