Skip to content

Commit aeea6f8

Browse files
committed
fix typos
1 parent 2283da5 commit aeea6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/R-CMD-check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575

7676
# See https://github.com/mlverse/torch/issues/1213#issuecomment-2495533992
7777
- name: Build libtorch without openMP (only for macOS)
78-
- if: ${{ matrix.config.os == 'MacOS' }}
79-
- run: |
78+
if: ${{ matrix.config.os == 'MacOS' }}
79+
run: |
8080
options(timeout = 600)
8181
kind <- "cpu-intel"
8282
version <- "0.13.0.9001"
@@ -85,7 +85,7 @@ jobs:
8585
CRAN = "https://cloud.r-project.org" # or any other from which you want to install the other R dependencies.
8686
))
8787
install.packages("torch", type = "binary")
88-
- shell: Rscript {0}
88+
shell: Rscript {0}
8989

9090
- name: Check if torch is installed
9191
run: |

0 commit comments

Comments
 (0)