Skip to content

Commit 20b8784

Browse files
authored
added install-r: true in testsuite.yml (#107)
1 parent da25a9b commit 20b8784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@main
2020
- name: Validate CITATION.cff
2121
uses: dieghernan/cff-validator@v3
22+
with:
23+
install-r: true # Ensure R is explicitly installed
2224
- name: Setup EESSI
2325
uses: eessi/github-action-eessi@v3
2426
with:

0 commit comments

Comments
 (0)