Skip to content

Commit cb2f6f9

Browse files
committed
Not worth the effort
1 parent 5092e4f commit cb2f6f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- {os: ubuntu-latest, r: 'release'}
3535
- {os: ubuntu-latest, r: 'oldrel-1'}
3636
- {os: ubuntu-latest, r: 'oldrel-2'}
37-
# GGally requires R >= 4.3, so exclude it on oldrel-3 (R 4.2)
38-
- {os: ubuntu-latest, r: 'oldrel-3', packages: 'any::sessioninfo, !GGally'}
37+
# - {os: ubuntu-latest, r: 'oldrel-3'} # dependency issues with oldrel-3
3938
# - {os: ubuntu-latest, r: 'oldrel-4'} # dependency issues with oldrel-4
4039

4140
env:
@@ -63,7 +62,6 @@ jobs:
6362
with:
6463
cache-version: 3
6564
needs: check
66-
packages: ${{ matrix.config.packages || 'any::sessioninfo' }}
6765

6866
- name: Set up Python (for reticulate)
6967
if: matrix.config.visual_tests == true

0 commit comments

Comments
 (0)