Skip to content

Commit

Permalink
Are these the right versions?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed May 30, 2024
1 parent 77fc351 commit fb9b82a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
- name: Install Miniconda
# conda can fail at downgrading python, so we specify python version in advance
env:
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10"
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
shell: Rscript {0}

- name: Install TensorFlow
run: |
tensorflow::install_tensorflow(version='2.7', conda_python_version = NULL)
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- name: Install Miniconda
# conda can fail at downgrading python, so we specify python version in advance
env:
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10"
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
shell: Rscript {0}

- name: Install TensorFlow
run: |
tensorflow::install_tensorflow(version='2.7', conda_python_version = NULL)
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
shell: Rscript {0}

- name: Build site
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Install Miniconda
# conda can fail at downgrading python, so we specify python version in advance
env:
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10"
RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
run: reticulate::install_miniconda() # creates r-reticulate conda env by default
shell: Rscript {0}

- name: Install TensorFlow
run: |
tensorflow::install_tensorflow(conda_python_version = NULL)
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
shell: Rscript {0}

- name: Test coverage
Expand Down

0 comments on commit fb9b82a

Please sign in to comment.