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 6edda1e commit e05389aCopy full SHA for e05389a
.github/workflows/conda-package.yml
@@ -89,7 +89,7 @@ jobs:
89
env:
90
CACHE_NUMBER: 1 # Increase to reset cache
91
with:
92
- path: ${{ env.CONDA_PKGS_DIR }}
+ path: ${{ runner.os == 'Linux' && '/home/runner/conda_pkgs_dir' || 'C:\Users\runneradmin\conda_pkgs_dir' }}
93
key:
94
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-${{hashFiles('**/meta.yaml') }}
95
restore-keys: |
0 commit comments