From: Oleg Broytman Date: Sun, 1 Apr 2018 00:47:09 +0000 (+0300) Subject: CI(appveyor.yml): Upgrade `pip` using `python -m pip` X-Git-Tag: 0.2.3~14 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=3566284d6e6b4593906e52b10b78aaf6a07ad8b3 CI(appveyor.yml): Upgrade `pip` using `python -m pip` Avoid `WindowsError: [Error 5] Access is denied`. --- diff --git a/appveyor.yml b/appveyor.yml index 9d556da..1a2ca61 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,8 +65,9 @@ install: - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" + - "python -m pip install --upgrade pip setuptools" + - "pip install --upgrade tox ppu" - "pip --version" - - "pip install --upgrade pip setuptools tox ppu" # No build step - we don't have C extensions build: false