Skip to content

Commit 81073d3

Browse files
committed
reset package cache if any environment files change
1 parent fab1c84 commit 81073d3

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-${{ matrix.CONDA_ENV }}.yml) }}
29+
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles(ci/environment*.yml) }}
3030

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

0 commit comments

Comments
 (0)