Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored May 28, 2024
1 parent 9936079 commit 99fd110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: r-lib/actions/setup-r@master
with:
r-version: '3.6.2'

- name: Install renv
run: Rscript -e "install.packages(c('renv'), repos='https://cran.rstudio.com')"

- name: Install python packages
run: pip install tox
Expand Down

0 comments on commit 99fd110

Please sign in to comment.