Skip to content

Commit

Permalink
Remove installer before tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 28, 2021
1 parent b221dd0 commit 2b35ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
move imagemagick\ffmpeg.exe ffmpeg.exe
move imagemagick\convert.exe convert.exe
del /F ImageMagick.exe
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 2b35ca1

Please sign in to comment.