Skip to content

Commit

Permalink
Fix ImageMagick installer caching for Windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 31, 2021
1 parent 2978db7 commit f7ca089
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
path: |
ImageMagick.exe
key: ${{ runner.os }}-6.9.12-13-Q16
key: ${{ runner.os }}-6.9.12

- name: Download ImageMagick installer
shell: cmd
Expand All @@ -110,8 +110,6 @@ jobs:
move imagemagick\ffmpeg.exe ffmpeg.exe
move imagemagick\convert.exe convert.exe
del /F ImageMagick.exe
- name: Install Python dependencies
run: |
python -m pip install --upgrade wheel setuptools coveralls
Expand Down

0 comments on commit f7ca089

Please sign in to comment.