Skip to content

Commit

Permalink
Temporary: Don't use dev knitr until issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 19, 2023
1 parent d28d21f commit 9243d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
renv::restore()
# Install dev versions for our testing
# Use r-universe to avoid github api calls
try(install.packages('knitr', repos = 'https://yihui.r-universe.dev'))
# try(install.packages('knitr', repos = 'https://yihui.r-universe.dev'))
try(install.packages('rmarkdown', repos = 'https://rstudio.r-universe.dev'))
shell: Rscript {0}
env:
Expand Down

0 comments on commit 9243d6e

Please sign in to comment.