Skip to content

Commit e05389a

Browse files
committed
setup-miniconda doesn't expose CONDA_PKGS_DIR env variable
1 parent 6edda1e commit e05389a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
CACHE_NUMBER: 1 # Increase to reset cache
9191
with:
92-
path: ${{ env.CONDA_PKGS_DIR }}
92+
path: ${{ runner.os == 'Linux' && '/home/runner/conda_pkgs_dir' || 'C:\Users\runneradmin\conda_pkgs_dir' }}
9393
key:
9494
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-${{hashFiles('**/meta.yaml') }}
9595
restore-keys: |

0 commit comments

Comments
 (0)