Skip to content

Commit 3450194

Browse files
committed
fall back to older version of R
1 parent 474aabd commit 3450194

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/render_book.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
# convert svg to png for pdf
3333
run: brew install librsvg
3434

35-
- name: Install qpdf
36-
# to prevent R install from failing
37-
run: brew install qpdf
35+
# - name: Install qpdf
36+
# # to prevent R install from failing
37+
# run: brew install qpdf
3838

3939
- name: Install R
4040
uses: r-lib/actions/setup-r@v2
4141
# env:
4242
# HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: true
43-
# with:
44-
# r-version: '4.4.1' # 2024-09-04
43+
with:
44+
r-version: '4.4.1' # 2024-09-04
4545

4646
- name: Install R dependencies
4747
uses: r-lib/actions/setup-r-dependencies@v2

0 commit comments

Comments
 (0)