Skip to content

Commit 90c5440

Browse files
committed
Use AppVeyor's built-in pip
1 parent 0206aca commit 90c5440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ init:
2525
- ps: "ls C:/Python*"
2626
install:
2727
- "git -C %APPVEYOR_BUILD_FOLDER% submodule update --init"
28-
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
29-
- "%PYTHON%\\python.exe C:/get-pip.py"
3028
- "%PYTHON%\\Scripts\\pip.exe --version"
3129
- "%PYTHON%\\Scripts\\pip.exe install wheel"
3230
- "%PYTHON%\\Scripts\\pip.exe install -e ."

0 commit comments

Comments
 (0)