Skip to content

Commit 26a29db

Browse files
committed
increase miniconda python version
1 parent 1e7dad2 commit 26a29db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Miniconda
6363
# conda can fail at downgrading python, so we specify python version in advance
6464
env:
65-
RETICULATE_MINICONDA_PYTHON_VERSION: "3.7"
65+
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
6666
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
6767
shell: Rscript {0}
6868

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Miniconda
3737
# conda can fail at downgrading python, so we specify python version in advance
3838
env:
39-
RETICULATE_MINICONDA_PYTHON_VERSION: "3.7"
39+
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
4040
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
4141
shell: Rscript {0}
4242

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Miniconda
3434
# conda can fail at downgrading python, so we specify python version in advance
3535
env:
36-
RETICULATE_MINICONDA_PYTHON_VERSION: "3.7"
36+
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
3737
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
3838
shell: Rscript {0}
3939

0 commit comments

Comments
 (0)