Skip to content

Commit abefc99

Browse files
committed
ci: updates for the latest r-lib/actions
1 parent 0b7c85b commit abefc99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-lib.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
- uses: r-lib/actions/setup-r-dependencies@v2
8282
if: runner.os != 'Windows'
8383
with:
84-
# TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
85-
# dependencies: 'FALSE'
84+
dependencies: 'FALSE'
8685
extra-packages: any::pkgload
8786

8887
- name: build lib
@@ -181,9 +180,8 @@ jobs:
181180
Ncpus: "2"
182181

183182
- uses: r-lib/actions/setup-r-dependencies@v2
184-
# TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
185-
# dependencies: 'FALSE'
186183
with:
184+
dependencies: 'FALSE'
187185
extra-packages: any::pkgload, any::testthat
188186

189187
- name: R test

0 commit comments

Comments
 (0)