We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ac2de commit a0314fdCopy full SHA for a0314fd
.github/workflows/R-CMD-check.yaml
@@ -41,7 +41,6 @@ jobs:
41
env:
42
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
43
R_KEEP_PKG_SOURCE: yes
44
- OMP_NUM_THREADS: 1
45
46
steps:
47
- uses: actions/checkout@v4
@@ -81,7 +80,7 @@ jobs:
81
80
- name: Install Keras backend
82
# The keras3 package is installed by the previous step (as a dependency)
83
# This step installs the required Python libraries (e.g., tensorflow).
84
- run: keras3::install_keras()
+ run: keras3::install_keras(envname = "r-reticulate")
85
shell: Rscript {0}
86
87
- uses: r-lib/actions/check-r-package@v2
0 commit comments