We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0206aca commit 90c5440Copy full SHA for 90c5440
appveyor.yml
@@ -25,8 +25,6 @@ init:
25
- ps: "ls C:/Python*"
26
install:
27
- "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"
30
- "%PYTHON%\\Scripts\\pip.exe --version"
31
- "%PYTHON%\\Scripts\\pip.exe install wheel"
32
- "%PYTHON%\\Scripts\\pip.exe install -e ."
0 commit comments