Skip to content

Commit 32050f0

Browse files
committed
tf install for code coverage
1 parent ab73263 commit 32050f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
remotes::install_cran("covr")
4242
shell: Rscript {0}
4343

44+
- name: Install TensorFlow
45+
run: |
46+
Rscript -e "reticulate::install_miniconda()"
47+
Rscript -e "reticulate::conda_create('r-reticulate', packages = 'python==3.6.9')"
48+
Rscript -e "tensorflow::install_tensorflow(version='1.14.0')"
49+
4450
- name: Test coverage
4551
run: covr::codecov()
4652
shell: Rscript {0}

0 commit comments

Comments
 (0)