We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95094f commit 871fbceCopy full SHA for 871fbce
.github/workflows/pkgdown.yaml
@@ -36,16 +36,9 @@ jobs:
36
extra-packages: any::pkgdown, local::.
37
needs: website
38
39
- - name: Install Miniconda
40
- # conda can fail at downgrading python, so we specify python version in advance
41
- env:
42
- RETICULATE_MINICONDA_PYTHON_VERSION: "3.8"
43
- run: reticulate::install_miniconda() # creates r-reticulate conda env by default
44
- shell: Rscript {0}
45
-
46
- - name: Install TensorFlow
+ - name: Install TensorFlow/Keras
47
run: |
48
- tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
+ keras::install_keras()
49
shell: Rscript {0}
50
51
- name: Install Torch
0 commit comments