Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Apr 28, 2022
1 parent 33017fd commit 73a9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: cache-env
uses: actions/cache@v3
with:
path: ${{ env.CONDA_PREFIX }}
path: /usr/share/miniconda/envs/xarray-tests
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
hashFiles('ci/requirements/**.yml') }}

Expand Down

0 comments on commit 73a9932

Please sign in to comment.