Skip to content

Commit a0314fd

Browse files
committed
Trying to fix macOS checks
1 parent b7ac2de commit a0314fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
env:
4242
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4343
R_KEEP_PKG_SOURCE: yes
44-
OMP_NUM_THREADS: 1
4544

4645
steps:
4746
- uses: actions/checkout@v4
@@ -81,7 +80,7 @@ jobs:
8180
- name: Install Keras backend
8281
# The keras3 package is installed by the previous step (as a dependency)
8382
# This step installs the required Python libraries (e.g., tensorflow).
84-
run: keras3::install_keras()
83+
run: keras3::install_keras(envname = "r-reticulate")
8584
shell: Rscript {0}
8685

8786
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)