From 2401c590a29f21c08b236c2d8d938f82cccc6385 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 9 Nov 2021 19:37:34 +1100 Subject: [PATCH] Removed setuptools install --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6116c3b44..d525e4cfc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: |