Skip to content

Commit

Permalink
ci: install lme4 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 5, 2023
1 parent ea4a1c5 commit cedac68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: '3.6.3'
- name: install lme4
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lme4
- name: Downgrade rpy2 (Windows)
if: runner.os == 'Windows'
run: |
# Force installation of rpy2 3.5.12
# https://github.com/rpy2/rpy2/issues/1044
python -m pip install rpy2==3.5.12
- name: install lme4
run: |
R -e "install.packages('lme4', repos='http://cran.rstudio.org')"
- name: Install Python dependencies
run: |
# prerequisites
Expand Down

0 comments on commit cedac68

Please sign in to comment.