File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
62
62
- name : Install Miniconda
63
63
# conda can fail at downgrading python, so we specify python version in advance
64
64
env :
65
- RETICULATE_MINICONDA_PYTHON_VERSION : " 3.7 "
65
+ RETICULATE_MINICONDA_PYTHON_VERSION : " 3.8 "
66
66
run : reticulate::install_miniconda() # creates r-reticulate conda env by default
67
67
shell : Rscript {0}
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 @@ -36,13 +36,13 @@ jobs:
36
36
- name : Install Miniconda
37
37
# conda can fail at downgrading python, so we specify python version in advance
38
38
env :
39
- RETICULATE_MINICONDA_PYTHON_VERSION : " 3.7 "
39
+ RETICULATE_MINICONDA_PYTHON_VERSION : " 3.8 "
40
40
run : reticulate::install_miniconda() # creates r-reticulate conda env by default
41
41
shell : Rscript {0}
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 @@ -33,13 +33,13 @@ jobs:
33
33
- name : Install Miniconda
34
34
# conda can fail at downgrading python, so we specify python version in advance
35
35
env :
36
- RETICULATE_MINICONDA_PYTHON_VERSION : " 3.7 "
36
+ RETICULATE_MINICONDA_PYTHON_VERSION : " 3.8 "
37
37
run : reticulate::install_miniconda() # creates r-reticulate conda env by default
38
38
shell : Rscript {0}
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