Skip to content

Commit

Permalink
update r-lib actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata committed Feb 19, 2023
1 parent 8df469e commit 07eafdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
python -m pmlb.profiling
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install R packages
run: Rscript -e 'install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes", "pmlbr"))'

Expand Down

0 comments on commit 07eafdc

Please sign in to comment.