Skip to content

Commit

Permalink
upd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensKohl committed Jan 30, 2024
1 parent a8b6646 commit 766d261
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install Miniconda
run: |
Rscript -e "remotes::install_github('rstudio/reticulate')"
Rscript -e "reticulate::install_miniconda()"
- name: Install TensorFlow
run: |
Rscript -e "reticulate::conda_create('r-reticulate', packages = c('python==3.6.11', 'numpy', 'pytorch'))"
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 766d261

Please sign in to comment.