Skip to content

Commit 40aa55c

Browse files
committed
tests: cache sample files
1 parent 2dcfe17 commit 40aa55c

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
@@ -48,7 +48,7 @@ jobs:
4848
id: cache_samples
4949
uses: actions/cache@v4
5050
with:
51-
path: "{{ github.workspace }}"
51+
path: "${{ github.workspace }}"
5252
key: sample-images-${{ hashFiles('sample_images.tar.gz') }}
5353
- name: download sample files
5454
if: steps.cache_samples.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)