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 33b84fb commit ae69a89Copy full SHA for ae69a89
appveyor.yml
@@ -26,10 +26,10 @@ init:
26
install:
27
- git -C %PPVEYOR_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 .
+- "%PYTHON%\\python.exe C:/get-pip.py"
+- "%PYTHON%\\Scripts\\pip.exe --version"
+- "%PYTHON%\\Scripts\\pip.exe install wheel"
+- "%PYTHON%\\Scripts\\pip.exe install -e ."
33
build: false
34
test_script:
35
- "dir \"C:\\Program Files (x86)\""
0 commit comments