Merge pull request #5823 from radarhere/appveyor

Removed setuptools install from AppVeyor
This commit is contained in:
mergify[bot] 2021-11-09 09:32:15 +00:00 committed by GitHub
commit 24f0bbf5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ install:
c:\pillow\winbuild\build\build_dep_all.cmd
$host.SetShouldExit(0)
- path C:\pillow\winbuild\build\bin;%PATH%
- '%PYTHON%\%EXECUTABLE% -m pip install -U setuptools'
build_script:
- ps: |