File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Install TensorFlow
70
70
run : |
71
- tensorflow::install_tensorflow(version='2.7 ', conda_python_version = NULL)
71
+ tensorflow::install_tensorflow(version='2.13 ', conda_python_version = NULL)
72
72
shell : Rscript {0}
73
73
74
74
- uses : r-lib/actions/check-r-package@v2
Original file line number Diff line number Diff line change 42
42
43
43
- name : Install TensorFlow
44
44
run : |
45
- tensorflow::install_tensorflow(version='2.7 ', conda_python_version = NULL)
45
+ tensorflow::install_tensorflow(version='2.13 ', conda_python_version = NULL)
46
46
shell : Rscript {0}
47
47
48
48
- name : Build site
Original file line number Diff line number Diff line change 39
39
40
40
- name : Install TensorFlow
41
41
run : |
42
- tensorflow::install_tensorflow(version='2.7 ', conda_python_version = NULL)
42
+ tensorflow::install_tensorflow(version='2.13 ', conda_python_version = NULL)
43
43
shell : Rscript {0}
44
44
45
45
- name : Test coverage
You can’t perform that action at this time.
0 commit comments