Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenen committed Nov 25, 2024
1 parent 2283da5 commit aeea6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:

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

- name: Check if torch is installed
run: |
Expand Down

0 comments on commit aeea6f8

Please sign in to comment.