We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7c85b commit abefc99Copy full SHA for abefc99
.github/workflows/release-lib.yml
@@ -81,8 +81,7 @@ jobs:
81
- uses: r-lib/actions/setup-r-dependencies@v2
82
if: runner.os != 'Windows'
83
with:
84
- # TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
85
- # dependencies: 'FALSE'
+ dependencies: 'FALSE'
86
extra-packages: any::pkgload
87
88
- name: build lib
@@ -181,9 +180,8 @@ jobs:
181
180
Ncpus: "2"
182
183
184
185
186
187
extra-packages: any::pkgload, any::testthat
188
189
- name: R test
0 commit comments