Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Aug 22, 2023
1 parent e119e8d commit e636b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: 'ifelse(getRversion() > 3.6, "warning", "note")'
error-on: 'ifelse(getRversion() > "3.6", "warning", "note")'
env:
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_: true

0 comments on commit e636b21

Please sign in to comment.