Skip to content

Commit

Permalink
Merge pull request #679 from ssec/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

Bump actions/cache from 3 to 4
  • Loading branch information
djhoese committed Feb 2, 2024
2 parents 8b7e317 + b2a2756 commit 86b4f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
CONDA_PREFIX=$(python -c "import sys; print(sys.prefix)")
echo "CONDA_PREFIX=$CONDA_PREFIX" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.CONDA_PREFIX }}
key: ubuntu-latest-3.10-conda-${{ hashFiles('continuous_integration/environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
CONDA_PREFIX=$(python -c "import sys; print(sys.prefix)")
echo "CONDA_PREFIX=$CONDA_PREFIX" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.CONDA_PREFIX }}
key: ${{ matrix.os }}-${{matrix.python-version}}-conda-${{ hashFiles('continuous_integration/environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Expand Up @@ -37,7 +37,7 @@ dependencies:
- scipy
- zarr
- xarray
- pytest
- pytest <8.0
- pytest-cov
- pytest-lazy-fixture
- sphinx
Expand Down

0 comments on commit 86b4f28

Please sign in to comment.