We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd86f6 commit 4923a19Copy full SHA for 4923a19
.github/workflows/pkgdown.yaml
@@ -49,6 +49,11 @@ jobs:
49
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
50
shell: Rscript {0}
51
52
+ - name: Install Torch
53
+ run: |
54
+ torch::install_torch()
55
+ shell: Rscript {0}
56
+
57
- name: Build site
58
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
59
0 commit comments