Switched to python-pillow repositories

This commit is contained in:
Andrew Murray 2023-01-31 20:13:28 +11:00
parent e922714bbf
commit 772567a4ce
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/