Skip to content

Commit e79ece2

Browse files
committed
Remove single quotes from dependencies: 'FALSE'
1 parent 617de47 commit e79ece2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dsBase_test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- uses: r-lib/actions/setup-r-dependencies@v2
6969
with:
70-
dependencies: 'FALSE' # skip auto detection
70+
dependencies: FALSE # skip auto detection
7171
extra-packages: |
7272
any::rcmdcheck
7373
cran::devtools

0 commit comments

Comments
 (0)