Skip to content

Commit

Permalink
jss_paper needs tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AshesITR committed Nov 2, 2023
1 parent b6e7982 commit 5b04141
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: install miniconda / tensorflow
run: |
reticulate::install_miniconda()
tensorflow::install_tensorflow()
tensorflow::tf$constant("Hellow Tensorflow")
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 5b04141

Please sign in to comment.