Skip to content

Commit

Permalink
added extra-packages back
Browse files Browse the repository at this point in the history
added extra-packages back,trying to fix syntax error of earlier commit of this file
  • Loading branch information
siddhesh195 committed Jul 18, 2024
1 parent c5762eb commit 273dc5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- run: /usr/bin/sudo DEBIAN_FRONTEND=noninteractive apt install texlive texlive-fonts-extra -y
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
- with:
- extra-packages: digest, RJSONIO, gtable, plyr, reshape2, scales, knitr, chromote
-
with:
extra-packages: digest, RJSONIO, gtable, plyr, reshape2, scales, knitr, chromote

- name: install package
run: R CMD INSTALL .

Expand Down

0 comments on commit 273dc5f

Please sign in to comment.