Skip to content

Commit cd5035c

Browse files
authored
ci(appveyor): upgrade pip using python -m pip install -U pip
pypa/pip#1299
1 parent f1157b5 commit cd5035c

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
@@ -28,7 +28,7 @@ install:
2828
build: off
2929

3030
test_script:
31-
- pip install --upgrade --user pip setuptools
31+
- python -m pip install -U pip setuptools
3232
- pip install codecov
3333
- python setup.py test
3434
- codecov --required

0 commit comments

Comments
 (0)