Skip to content

Commit 3d5e177

Browse files
committed
Try one directory level up for Miniconda
1 parent 5ed3999 commit 3d5e177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install TensorFlow on macOS and Ubuntu
7474
if: runner.os != 'Windows'
7575
env:
76-
RETICULATE_MINICONDA_PATH: 'miniconda/'
76+
RETICULATE_MINICONDA_PATH: '../miniconda/'
7777
run: |
7878
Rscript -e "reticulate::install_miniconda()"
7979
Rscript -e "reticulate::conda_create('r-reticulate', packages = 'python==3.6.9', conda = 'miniconda/bin/conda')"

.github/workflows/test-coverage.yaml

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

0 commit comments

Comments
 (0)