Skip to content

Commit

Permalink
Merge pull request #76 from lcmd-epfl/briling-patch-1
Browse files Browse the repository at this point in the history
Update python-package-conda-cache.yml
  • Loading branch information
briling authored Dec 11, 2024
2 parents 3f3d3bb + d3c8fa8 commit e0f0ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set cache date
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ${{ matrix.prefix }}
key: ${{ matrix.label }}-conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
Expand Down

0 comments on commit e0f0ecc

Please sign in to comment.