Skip to content

Commit 339232a

Browse files
committed
Force installing ggplot2 version 3.5.2 to avoid CI errors
1 parent ebae731 commit 339232a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727

28+
- name: Set up Pandoc
29+
uses: r-lib/actions/setup-pandoc@v2
30+
2831
- name: Set up R
2932
uses: r-lib/actions/setup-r@v2
3033
with:

0 commit comments

Comments
 (0)