Skip to content

Commit

Permalink
ci: install R with lme4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 5, 2023
1 parent 7a5a709 commit ea4a1c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ jobs:
# start xvfb in the background
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
- name: install R
if: matrix.extras == 'all'
uses: r-lib/actions/setup-r@v2
with:
r-version: '3.6.3'
- name: install lme4
if: matrix.extras == 'all'
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lme4
Expand Down

0 comments on commit ea4a1c5

Please sign in to comment.