Skip to content

Commit

Permalink
ci: binary install of lme4 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 5, 2023
1 parent 14230b0 commit 332c06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
# https://github.com/rpy2/rpy2/issues/1044
python -m pip install rpy2==3.5.12
- name: install lme4
if: runner.os == 'Windows'
shell: bash
run: |
R -e "install.packages('lme4', repos='http://cran.rstudio.org')"
R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')"
- name: Install Python dependencies
run: |
# prerequisites
Expand Down

0 comments on commit 332c06d

Please sign in to comment.