Skip to content

Commit 1a2fdac

Browse files
authored
Fix caching of conda env in CI (#218)
1 parent f286ddf commit 1a2fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: ~/conda_pkgs_dir
4141
key:
4242
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
43-
hashFiles('etc/example-environment.yml') }}
43+
hashFiles('docs/environment.yml') }}
4444
- name: Setup conda ${{ matrix.PYTHON_VERSION }}
4545
uses: conda-incubator/setup-miniconda@v2
4646
with:

0 commit comments

Comments
 (0)