From 9560f6f1e8e34c49e4a4cf4c53daa965a4fb69cb Mon Sep 17 00:00:00 2001 From: Xin Zhao Date: Tue, 7 Nov 2023 11:40:13 -0500 Subject: [PATCH] Update test_coverage.yml --- .github/workflows/test_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index e2a83426..0f1a81c1 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -26,7 +26,7 @@ jobs: uses: r-lib/actions/setup-pandoc@v1 - name: Set up TinyTeX - uses: yihui/tinytex-action@v3 + uses: r-lib/actions/setup-tinytex@v2-branch - name: Cache R packages uses: actions/cache@v2 @@ -50,4 +50,4 @@ jobs: - name: Test coverage run: | Rscript -e "remotes::install_cran('covr')" - Rscript -e "covr::codecov(token = Sys.getenv('CODECOV_TOKEN'))" \ No newline at end of file + Rscript -e "covr::codecov(token = Sys.getenv('CODECOV_TOKEN'))"