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 ae69a89 commit 0206acaCopy full SHA for 0206aca
appveyor.yml
@@ -24,7 +24,7 @@ init:
24
- "ECHO %PYTHON%"
25
- ps: "ls C:/Python*"
26
install:
27
-- git -C %PPVEYOR_BUILD_FOLDER% submodule update --init
+- "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"
0 commit comments