Skip to content

Commit ae69a89

Browse files
committed
Fix broken YAML syntax
1 parent 33b84fb commit ae69a89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ init:
2626
install:
2727
- git -C %PPVEYOR_BUILD_FOLDER% submodule update --init
2828
- 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 .
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 ."
3333
build: false
3434
test_script:
3535
- "dir \"C:\\Program Files (x86)\""

0 commit comments

Comments
 (0)