Skip to content

Commit

Permalink
ci: install lme4 from http://cran-archive.r-project.org
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 22, 2024
1 parent bb60803 commit 872c7d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
# R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')"
R -e "install.packages('http://cran.rstudio.org/bin/windows/contrib/r-old-release/lme4_1.1-35.1.zip', repos=NULL, type='binary')"
R -e "install.packages('lme4', repos='http://cran-archive.r-project.org', type='binary')"
- name: Install Python dependencies
run: |
# prerequisites
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
# 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 (Windows)
if: runner.os == 'Windows'
shell: bash
run: |
# R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')"
R -e "install.packages('http://cran.rstudio.org/bin/windows/contrib/r-old-release/lme4_1.1-35.1.zip', repos=NULL, type='binary')"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 872c7d3

Please sign in to comment.