We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2283da5 commit aeea6f8Copy full SHA for aeea6f8
.github/workflows/R-CMD-check.yaml
@@ -75,8 +75,8 @@ jobs:
75
76
# See https://github.com/mlverse/torch/issues/1213#issuecomment-2495533992
77
- name: Build libtorch without openMP (only for macOS)
78
- - if: ${{ matrix.config.os == 'MacOS' }}
79
- - run: |
+ if: ${{ matrix.config.os == 'MacOS' }}
+ run: |
80
options(timeout = 600)
81
kind <- "cpu-intel"
82
version <- "0.13.0.9001"
@@ -85,7 +85,7 @@ jobs:
85
CRAN = "https://cloud.r-project.org" # or any other from which you want to install the other R dependencies.
86
))
87
install.packages("torch", type = "binary")
88
- - shell: Rscript {0}
+ shell: Rscript {0}
89
90
- name: Check if torch is installed
91
run: |
0 commit comments