Skip to content

Commit 1e52d5a

Browse files
fix workflow
1 parent de938c5 commit 1e52d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: r-lib/actions/check-r-package@v2
5757
with:
5858
upload-snapshots: true
59-
error-on: 'ifelse(getRversion() > 3.6, "warning", "note")'
59+
error-on: 'ifelse(getRversion() > "3.6", "warning", "note")'
6060
env:
6161
_R_CHECK_FORCE_SUGGESTS_: false
6262
_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_: true

0 commit comments

Comments
 (0)