Merge pull request #92 from radarhere/rm-svn

This commit is contained in:
Hugo van Kemenade 2023-01-31 13:23:01 +02:00 committed by GitHub
commit da6d83ff3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
echo "C:\Program Files (x86)\gs\gs10.0.0\bin" >> $env:GITHUB_PATH
# Install extra test images
curl -fsSL -o pillow-test-images.zip https://github.com/hugovk/test-images/archive/main.zip
curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip
7z x pillow-test-images.zip -oc:\
xcopy /S /Y c:\test-images-main\* Tests\images\

View File

@ -3,7 +3,7 @@
archive=test-images-main
./download-and-extract.sh $archive https://github.com/hugovk/test-images/archive/refs/heads/main.tar.gz
./download-and-extract.sh $archive https://github.com/python-pillow/test-images/archive/refs/heads/main.tar.gz
mv $archive/* ../Tests/images/