From 3bc4b0f4aa6a868b5adb8a4f0c829b5806cd2d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Thu, 7 Mar 2024 12:37:15 +0200 Subject: [PATCH] Use `roxygen2==7.2.3` in codecov step --- .github/workflows/test-coverage.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 573fdf60..29d54cdd 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -45,6 +45,11 @@ jobs: extra-packages: any::covr, any::devtools, any::roxygen2 needs: coverage + - name: "Install roxygen2==7.2.3" + run: | + remotes::install_version("roxygen2", "7.2.3") + shell: Rscript {0} + - name: Roxygenize shell: Rscript {0} run: |