Skip to content

Commit 5b30b9a

Browse files
committed
Fix command upgrading pip on Windows
1 parent 033e857 commit 5b30b9a

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
@@ -14,7 +14,7 @@ install:
1414
# Ensure python scripts are from right version:
1515
- 'SET "PATH=%PYTHON%\Scripts;%PYTHON%;%PATH%"'
1616
# Update pip/setuptools:
17-
- pip install --upgrade setuptools pip
17+
- python -m pip install --upgrade setuptools pip
1818
# Install our package:
1919
- pip install .
2020
- pip install doit

0 commit comments

Comments
 (0)