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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments