Skip to content

Commit 73a9932

Browse files
authored
Update .github/workflows/ci.yaml
1 parent 33017fd commit 73a9932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id: cache-env
8282
uses: actions/cache@v3
8383
with:
84-
path: ${{ env.CONDA_PREFIX }}
84+
path: /usr/share/miniconda/envs/xarray-tests
8585
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
8686
hashFiles('ci/requirements/**.yml') }}
8787

0 commit comments

Comments
 (0)