We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af0ae7 commit 2dcfe17Copy full SHA for 2dcfe17
.github/workflows/tox_matrix.yml
@@ -52,7 +52,7 @@ jobs:
52
key: sample-images-${{ hashFiles('sample_images.tar.gz') }}
53
- name: download sample files
54
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"
+ run: curl -L https://nexus.library.illinois.edu/repository/sample-data/images/sample_images.tar.gz -o "${{ github.workspace }}/sample_images.tar.gz"
56
- uses: actions/setup-python@v5
57
with:
58
python-version: ${{ matrix.python-version }}
0 commit comments