mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #92 from radarhere/rm-svn
This commit is contained in:
commit
da6d83ff3c
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -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\
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user