Skip to content

Commit

Permalink
Merge pull request #5234 from radarhere/appveyor_setuptools
Browse files Browse the repository at this point in the history
Removed specific setuptools version from AppVeyor
  • Loading branch information
hugovk authored Jan 30, 2021
2 parents ca56643 + 54cc834 commit 514acb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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>=49.3.2"'
- '%PYTHON%\%EXECUTABLE% -m pip install -U setuptools'

build_script:
- ps: |
Expand Down

0 comments on commit 514acb3

Please sign in to comment.