Skip to content

Commit 61f8d43

Browse files
committed
tests: cache sample files
1 parent 40aa55c commit 61f8d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: "${{ github.workspace }}"
52-
key: sample-images-${{ hashFiles('sample_images.tar.gz') }}
52+
key: sample-images
5353
- name: download sample files
5454
if: steps.cache_samples.outputs.cache-hit != 'true'
5555
run: curl -L https://nexus.library.illinois.edu/repository/sample-data/images/sample_images.tar.gz -o "${{ github.workspace }}/sample_images.tar.gz"

0 commit comments

Comments
 (0)