Skip to content

Commit 2dcfe17

Browse files
committed
tests: cache sample files
1 parent 9af0ae7 commit 2dcfe17

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
@@ -52,7 +52,7 @@ jobs:
5252
key: sample-images-${{ hashFiles('sample_images.tar.gz') }}
5353
- name: download sample files
5454
if: steps.cache_samples.outputs.cache-hit != 'true'
55-
run: curl -L https://nexus.library.illinois.edu/repository/sample-data/images/sample_images.tar.gz -o "{{ github.workspace }}/sample_images.tar.gz"
55+
run: curl -L https://nexus.library.illinois.edu/repository/sample-data/images/sample_images.tar.gz -o "${{ github.workspace }}/sample_images.tar.gz"
5656
- uses: actions/setup-python@v5
5757
with:
5858
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)