Skip to content

Commit

Permalink
Add manual instruction to install R to see if it resolves citation ac…
Browse files Browse the repository at this point in the history
…tion issue
  • Loading branch information
elinscott committed Oct 10, 2024
1 parent 8fb0283 commit 019f7fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 019f7fd

Please sign in to comment.