Skip to content

Commit 871fbce

Browse files
committed
update keras install
1 parent b95094f commit 871fbce

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ jobs:
3636
extra-packages: any::pkgdown, local::.
3737
needs: website
3838

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
39+
- name: Install TensorFlow/Keras
4740
run: |
48-
tensorflow::install_tensorflow(version='2.13', conda_python_version = NULL)
41+
keras::install_keras()
4942
shell: Rscript {0}
5043

5144
- name: Install Torch

0 commit comments

Comments
 (0)