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 ab73263 commit 32050f0Copy full SHA for 32050f0
.github/workflows/test-coverage.yaml
@@ -41,6 +41,12 @@ jobs:
41
remotes::install_cran("covr")
42
shell: Rscript {0}
43
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
+
50
- name: Test coverage
51
run: covr::codecov()
52
0 commit comments