Skip to content

Commit

Permalink
Merge pull request #224 from tidymodels/tdd-redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Aug 2, 2024
2 parents de94252 + c5837de commit ef37ab1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -60,7 +60,7 @@ jobs:
run: |
reticulate::virtualenv_create('r-reticulate', python='3.9')
reticulate::use_virtualenv('r-reticulate')
tensorflow::install_tensorflow(version='2.11.0')
tensorflow::install_tensorflow(version='2.13.1')
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 @@ -41,7 +41,7 @@ jobs:
- name: Install TensorFlow
run: |
reticulate::conda_create('r-reticulate', packages = c('python==3.6.9'))
tensorflow::install_tensorflow(version='2.11.0')
tensorflow::install_tensorflow(version='2.13.1')
shell: Rscript {0}

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install TensorFlow
run: |
reticulate::conda_create('r-reticulate', packages = c('python==3.6.9'))
tensorflow::install_tensorflow(version='2.11.0')
tensorflow::install_tensorflow(version='2.13.1')
shell: Rscript {0}

- name: Test coverage
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Config/Needs/website: tidymodels, ggiraph, tidyverse/tidytemplate, reticulate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2

0 comments on commit ef37ab1

Please sign in to comment.