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 ca3681e commit d1ce373Copy full SHA for d1ce373
.github/workflows/R-CMD-check.yaml
@@ -70,6 +70,11 @@ jobs:
70
remotes::install_cran("rcmdcheck")
71
shell: Rscript {0}
72
73
+ - name: Set Miniconda path
74
+ if: runner.os == 'MacOS'
75
+ env:
76
+ RETICULATE_MINICONDA_PATH: 'miniconda/'
77
+
78
- name: Install TensorFlow
79
run: |
80
Rscript -e "reticulate::install_miniconda()"
.github/workflows/test-coverage.yaml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: macOS-latest
14
env:
15
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16
17
steps:
18
- uses: actions/checkout@v2
19
0 commit comments