Skip to content

Commit ab73263

Browse files
committed
added tf installs again
1 parent 9ed60b0 commit ab73263

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ jobs:
6565
remotes::install_cran("rcmdcheck")
6666
shell: Rscript {0}
6767

68+
- name: Install TensorFlow
69+
run: |
70+
Rscript -e "reticulate::install_miniconda()"
71+
Rscript -e "reticulate::conda_create('r-reticulate', packages = 'python==3.6.9')"
72+
Rscript -e "tensorflow::install_tensorflow(version='1.14.0')"
73+
- name: Check
74+
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')"
75+
6876
- name: Session info
6977
run: |
7078
options(width = 100)

0 commit comments

Comments
 (0)