Skip to content

Commit 6d6ac97

Browse files
committed
Reduce "occasional" tests for now
1 parent 2a36892 commit 6d6ac97

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [macOS-latest, windows-latest, ubuntu-latest]
20-
r: ['devel', 'release', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5']
21-
locale: ['en_US.utf8',
22-
# Multibyte characters: Mandarin
23-
'zh_CN.utf8',
24-
# Encoding: non-UTF-8 locales for French, Mandarin, and Russian
25-
'fr_CA', 'zh_CN.GB18030', 'ru_RU.KOI8-R', # fr_CA is implicitly 'ISO-8859-1'
26-
# Collate order (#3502, see also #7837): Latvian, Azeri, Hungarian, Faroese, Albanian
27-
'lv_LV.utf8', 'az_AZ.utf8', 'hu_HU.utf8', 'fo_FO.utf8', 'sq_MK.utf8',
28-
# Local time formatting (for R bug #19117)
29-
'vi_VN.utf8']
19+
os: [ubuntu-latest]
20+
r: ['3.5']
21+
locale: [ 'ru_RU.KOI8-R' ]
3022
# we're constrained by GHA inflexibility to do a tedious thing here with 'exclude' below.
3123
# better would be for GHA to support multiple 'matrix' configs (one for ubuntu, one for other OS);
3224
# an approach with multiple jobs would tediously require copy-pasting the _rest_ of the steps

0 commit comments

Comments
 (0)