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 56cb7c3 commit d7b742cCopy full SHA for d7b742c
.github/workflows/test.yml
@@ -48,8 +48,7 @@ jobs:
48
reticulate::use_python(Sys.getenv("RETICULATE_PYTHON"), required = TRUE);
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")'
+ '
53
54
- name: Configure GitHub PAT
55
run: |
0 commit comments