From 019f7fd96c58d07fa65703d0f75065b5f632da51 Mon Sep 17 00:00:00 2001 From: Edward Linscott Date: Thu, 10 Oct 2024 09:41:49 +0200 Subject: [PATCH] Add manual instruction to install R to see if it resolves citation action issue --- .github/workflows/update_citation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update_citation.yml b/.github/workflows/update_citation.yml index 8c6c44e80..82ba1fa1f 100644 --- a/.github/workflows/update_citation.yml +++ b/.github/workflows/update_citation.yml @@ -29,6 +29,10 @@ jobs: - name: Update CITATION.cff run: | python bin/update_cff.py + - name: Install R + uses: r-lib/actions/setup-r@v2 + with: + install-r: true - name: Validate CITATION.cff uses: dieghernan/cff-validator@v3 - name: Commit changes