From 0f7a9709c4ed13680eb1970d74cd3c58a89030cf Mon Sep 17 00:00:00 2001 From: Alessandro Oggioni Date: Wed, 10 Jan 2024 14:24:39 +0100 Subject: [PATCH] fixing the last error in action --- .github/workflows/check-standard.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index edebe3f..48566be 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -45,10 +45,6 @@ jobs: with: extra-packages: any::rcmdcheck needs: check - - - name: Install remotes - run: | - Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')" - name: Query dependencies run: |