Skip to content

Commit 7df1d59

Browse files
committed
bring install back
1 parent e81df87 commit 7df1d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
id: quarto
178178
if: ${{needs.yaml-check.outputs.toggle_website == 'quarto' }}
179179
run: |
180+
install.packages("quarto", repos='http://cran.us.r-project.org')
180181
quarto::quarto_render('.')
181182
shell: Rscript {0}
182183

0 commit comments

Comments
 (0)