Skip to content

Commit 56cb7c3

Browse files
committed
ENH: 4.
1 parent f6ecd0c commit 56cb7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cat("✅ Installing TensorFlow via R package...\n");
5050
tensorflow::install_tensorflow(version = "2.9.1");
5151
cat("✅ TensorFlow config:\n");
52-
cat(capture.output(tensorflow::tf_config()), sep = "\n")
52+
cat(capture.output(tensorflow::tf_config()), sep = "\n")'
5353
5454
- name: Configure GitHub PAT
5555
run: |

0 commit comments

Comments
 (0)