Skip to content

Commit d1ce373

Browse files
committed
Set Miniconda path for macOS
1 parent ca3681e commit d1ce373

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
remotes::install_cran("rcmdcheck")
7171
shell: Rscript {0}
7272

73+
- name: Set Miniconda path
74+
if: runner.os == 'MacOS'
75+
env:
76+
RETICULATE_MINICONDA_PATH: 'miniconda/'
77+
7378
- name: Install TensorFlow
7479
run: |
7580
Rscript -e "reticulate::install_miniconda()"

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: macOS-latest
1414
env:
1515
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16+
RETICULATE_MINICONDA_PATH: 'miniconda/'
1617
steps:
1718
- uses: actions/checkout@v2
1819

0 commit comments

Comments
 (0)