Skip to content

Commit 4923a19

Browse files
committed
install torch
1 parent 3fd86f6 commit 4923a19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
5050
shell: Rscript {0}
5151

52+
- name: Install Torch
53+
run: |
54+
torch::install_torch()
55+
shell: Rscript {0}
56+
5257
- name: Build site
5358
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
5459
shell: Rscript {0}

0 commit comments

Comments
 (0)