Skip to content

Commit 17e2f58

Browse files
authored
hashfiles argument with quotes
1 parent 81073d3 commit 17e2f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
path: ~/conda_pkgs_dir
2828
key:
29-
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles(ci/environment*.yml) }}
29+
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-${{ matrix.CONDA_ENV }}.yml') }}
3030

3131
- name: Setup miniconda
3232
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)