Skip to content

Commit d7b742c

Browse files
committed
ENH: 5.
1 parent 56cb7c3 commit d7b742c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
reticulate::use_python(Sys.getenv("RETICULATE_PYTHON"), required = TRUE);
4949
cat("✅ Installing TensorFlow via R package...\n");
5050
tensorflow::install_tensorflow(version = "2.9.1");
51-
cat("✅ TensorFlow config:\n");
52-
cat(capture.output(tensorflow::tf_config()), sep = "\n")'
51+
'
5352
5453
- name: Configure GitHub PAT
5554
run: |

0 commit comments

Comments
 (0)