Skip to content

Commit

Permalink
revert changes to gha workflow and install specific knitr version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel authored Jul 21, 2024
1 parent 7e01545 commit b3fc312
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install Windows system dependencies
if: runner.os == 'Windows'
run: |
install.packages("highr")
remotes::install_version("knitr", version = "1.46")
## Edit below if you have any Windows system dependencies
shell: Rscript {0}

Expand All @@ -158,9 +158,7 @@ jobs:
- name: Install tinytex packages
run: |
system("tlmgr --version")
# install.packages("tinytex")
# install specific version of tinytex to avoid breaking changes from newest version
remotes::install_version("tinytex", version = "0.50")
install.packages("tinytex")
tinytex::tlmgr_install(pkgs = c("bera", "caption", "changepage", "enumitem", "everysel", "fancyhdr", "footmisc", "grfext", "index", "marginfix", "mathtools",
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring"))
shell: Rscript {0}
Expand Down

0 comments on commit b3fc312

Please sign in to comment.