Skip to content

Commit

Permalink
ci: pin R version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 27, 2023
1 parent 5f3a8ef commit 1954481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.extras == 'all'
uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
r-version: '3.6.3'
# - name: install lme4
# if: matrix.extras == 'all'
# uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 1954481

Please sign in to comment.