Skip to content

Commit 987ee6e

Browse files
committed
CI
1 parent 54170f5 commit 987ee6e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

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

+3-12
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ jobs:
4848

4949
- uses: r-lib/actions/setup-r-dependencies@v2
5050
with:
51-
extra-packages: |
52-
any::rcmdcheck
53-
audio
54-
data.table
51+
extra-packages: any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
5552
needs: check
5653

5754
- name: Installation and compilation configuration test
@@ -100,10 +97,7 @@ jobs:
10097

10198
- uses: r-lib/actions/setup-r-dependencies@v2
10299
with:
103-
extra-packages: |
104-
any::rcmdcheck
105-
audio
106-
data.table
100+
extra-packages: any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
107101
needs: check
108102

109103
- name: Installation and compilation configuration test
@@ -159,10 +153,7 @@ jobs:
159153

160154
- uses: r-lib/actions/setup-r-dependencies@v2
161155
with:
162-
extra-packages: |
163-
any::rcmdcheck
164-
audio
165-
data.table
156+
extra-packages: any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
166157
needs: check
167158

168159
- name: Install CUDA Toolkit - Windows

0 commit comments

Comments
 (0)