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 f6ecd0c commit 56cb7c3Copy full SHA for 56cb7c3
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
cat("✅ Installing TensorFlow via R package...\n");
50
tensorflow::install_tensorflow(version = "2.9.1");
51
cat("✅ TensorFlow config:\n");
52
- cat(capture.output(tensorflow::tf_config()), sep = "\n")
+ cat(capture.output(tensorflow::tf_config()), sep = "\n")'
53
54
- name: Configure GitHub PAT
55
run: |
0 commit comments