appveyor: latest setuptools fixed
This commit is contained in:
parent
ea92dd75f1
commit
c81d213a84
@ -49,9 +49,7 @@ install:
|
||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||
|
||||
# upgrade pip and setuptools to avoid out-of-date warnings
|
||||
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
|
||||
# use setuptools 28.8.0 while 29.0.0 is broken
|
||||
- "python -m pip install --disable-pip-version-check --user --upgrade setuptools==28.8.0"
|
||||
- "python -m pip install --disable-pip-version-check --user --upgrade pip setuptools"
|
||||
- "python -m pip --version"
|
||||
|
||||
# install the dependencies to run the tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user