From aeea6f8b519a7b384a70d1cfaf344acd9b582ae8 Mon Sep 17 00:00:00 2001 From: nkoenen Date: Mon, 25 Nov 2024 14:38:37 +0100 Subject: [PATCH] fix typos --- .github/workflows/R-CMD-check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index c2ef6b5..d02f68a 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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" @@ -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: |