Skip to content

Commit

Permalink
bugfix in macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenen committed Nov 25, 2024
1 parent bb8f2e5 commit 65b08f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: Rscript {0}

- name: Install Tensorflow + Keras deps
run: keras::install_keras(tensorflow = '2.13-cpu')
run: keras::install_keras()
shell: Rscript {0}

- name: Check if torch is installed
Expand Down

0 comments on commit 65b08f7

Please sign in to comment.