Skip to content

Commit

Permalink
Still need old tensorflow for these examples
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed May 28, 2024
1 parent 086b656 commit 77fc351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

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

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

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

- name: Build site
Expand Down

0 comments on commit 77fc351

Please sign in to comment.