Skip to content

Commit

Permalink
CI: try to fix r package dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed May 31, 2024
1 parent 41570fb commit b816814
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::rmarkdown
- uses: r-lib/actions/setup-r@v2

- name: Install R packages
- run: Rscript -e 'install.packages("rmarkdown")'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit b816814

Please sign in to comment.