Skip to content

Commit 8e420fd

Browse files
authored
Merge pull request #285 from PowerGridModel/fix-citations
Fix nightly build - citations
2 parents 5f0c1b2 + 85fded7 commit 8e420fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/citations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
steps:
3232
- name: checkout
3333
uses: actions/checkout@v4
34+
- name: Install R
35+
run: |
36+
sudo apt-get update && sudo apt-get install -y r-base
3437
- name: Validate CITATION.cff
3538
uses: dieghernan/cff-validator@v3

0 commit comments

Comments
 (0)