Skip to content

Commit 8047345

Browse files
committed
appveyor fix: use 'python -m pip' to upgrade pip (pypa/pip#5240)
1 parent b7bf693 commit 8047345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212

1313
install:
1414
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
15-
- "pip install --disable-pip-version-check --user --upgrade pip"
15+
- "python -m pip install --upgrade pip"
1616
- "pip install -U setuptools"
1717
- "pip install coverage pytest-cov"
1818
- "pip install cffi"

0 commit comments

Comments
 (0)