From c04926e3d5c4f3c7de0766e36ee373a102dcbe2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 24 Nov 2024 22:27:18 +0100 Subject: [PATCH] ci: Need to install R on Ubuntu 24.04 (#39) * ci: Need to install R on Ubuntu 24.04 * ci: Need to install R on Ubuntu 24.04 for fledge --- R-CMD-check-dev.yaml | 4 ---- R-CMD-check.yaml | 1 - fledge.yaml | 1 - pkgdown.yaml | 1 - pr-commands.yaml | 4 ---- 5 files changed, 11 deletions(-) diff --git a/R-CMD-check-dev.yaml b/R-CMD-check-dev.yaml index 700486fc20..bb87451a9b 100644 --- a/R-CMD-check-dev.yaml +++ b/R-CMD-check-dev.yaml @@ -27,8 +27,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - uses: r-lib/actions/setup-r@v2 - with: - install-r: false - id: set-matrix uses: ./.github/workflows/dep-matrix @@ -70,7 +68,6 @@ jobs: - uses: ./.github/workflows/install with: - install-r: false cache-version: rcc-dev-base-1 needs: check extra-packages: "any::rcmdcheck any::remotes ." @@ -118,7 +115,6 @@ jobs: - uses: ./.github/workflows/install with: - install-r: false cache-version: rcc-dev-${{ matrix.package }}-1 needs: check extra-packages: "any::rcmdcheck any::remotes ." diff --git a/R-CMD-check.yaml b/R-CMD-check.yaml index 59ba680103..c0a77e9c43 100644 --- a/R-CMD-check.yaml +++ b/R-CMD-check.yaml @@ -294,7 +294,6 @@ jobs: - uses: ./.github/workflows/install with: - install-r: false cache-version: rcc-dev-${{ matrix.package }}-1 needs: check extra-packages: "any::rcmdcheck any::remotes ." diff --git a/fledge.yaml b/fledge.yaml index 23cffe5fae..7785ad93a5 100644 --- a/fledge.yaml +++ b/fledge.yaml @@ -61,7 +61,6 @@ jobs: - uses: r-lib/actions/setup-r@v2 with: - install-r: false use-public-rspm: true - uses: r-lib/actions/setup-r-dependencies@v2 diff --git a/pkgdown.yaml b/pkgdown.yaml index b3fb69ad8a..60d1849077 100644 --- a/pkgdown.yaml +++ b/pkgdown.yaml @@ -39,7 +39,6 @@ jobs: - uses: ./.github/workflows/install with: token: ${{ secrets.GITHUB_TOKEN }} - install-r: false cache-version: pkgdown-2 needs: website extra-packages: r-lib/pkgdown local::. diff --git a/pr-commands.yaml b/pr-commands.yaml index a11f4d3903..b07a6f3a7f 100644 --- a/pr-commands.yaml +++ b/pr-commands.yaml @@ -16,8 +16,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: r-lib/actions/setup-r@v2 - with: - install-r: false - name: Configure Git identity run: | env | sort @@ -55,8 +53,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: r-lib/actions/setup-r@v2 - with: - install-r: false - name: Configure Git identity run: | env | sort