Skip to content

Commit

Permalink
Update render-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Jan 15, 2025
1 parent 716ccb7 commit 05bd3ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/render-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- name: Set up R (needed for Rmd)
uses: r-lib/actions/setup-r@v2

- name: Install remotes; needed for next line
run: Rscript -e 'install.packages(c("remotes"))'

# uncomment if runner changed to unbuntu because the install_deps step was causing problems for gt
# - name: Install remotes; needed for next line
# run: Rscript -e 'install.packages(c("remotes"))'
#
# since build=FALSE won't work since no binary for gt for linux
# - name: Install gt; no binary on cran
# run: Rscript -e 'install.packages(c("gt"))'

Expand Down

0 comments on commit 05bd3ba

Please sign in to comment.