Skip to content

Commit

Permalink
removed ubuntu release version from GHA due to compatability errors w…
Browse files Browse the repository at this point in the history
…ith lme4
  • Loading branch information
DylanCarbone committed Apr 26, 2024
1 parent 8597e36 commit 8783c99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- {os: macos-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'}

env:
Expand Down
9 changes: 9 additions & 0 deletions tests/testthat/testfrescalo.r
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ test_that("Runs without error", {
skip("Operating system incompatible with Frescalo")
}

if (system_info['sysname'] == 'Linux') {
# More detailed checks can be done for specific distributions if necessary,
# but generally, Ubuntu will report 'Linux' as sysname
skip("Installation related failures")
} else if (system_info['sysname'] == 'Darwin') {
print("The system is macOS.")



# This first run is done using years
temp <- tempfile(pattern = "dir")
dir.create(temp)
Expand Down

0 comments on commit 8783c99

Please sign in to comment.