From bb6080380d69e8e37aa2cf0bc19a09cdde25a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 22 Mar 2024 09:40:42 +0100 Subject: [PATCH] ci: install lme4 directly --- .github/workflows/check.yml | 3 ++- .github/workflows/deploy_github.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b0a9192..79563c1 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -45,7 +45,8 @@ jobs: if: runner.os == 'Windows' shell: bash run: | - R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')" + # 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: | # prerequisites diff --git a/.github/workflows/deploy_github.yml b/.github/workflows/deploy_github.yml index f4cd113..4a43f20 100644 --- a/.github/workflows/deploy_github.yml +++ b/.github/workflows/deploy_github.yml @@ -38,7 +38,8 @@ jobs: if: runner.os == 'Windows' shell: bash run: | - R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')" + # 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