Skip to content

Commit c6976c0

Browse files
committed
Duck tape PowerhShell coding
1 parent d2491db commit c6976c0

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
@@ -27,10 +27,10 @@ install:
2727
- ps: >
2828
git -C $env:APPVEYOR_BUILD_FOLDER submodule update --init;
2929
(new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py');
30-
$env:PYTHON\python.exe C:/get-pip.py;
31-
$env:PYTHON\Scripts\pip.exe --version;
32-
$env:PYTHON\Scripts\pip.exe install wheel;
33-
$env:PYTHON\Scripts\pip.exe install -e .
30+
"$env:PYTHON"\python.exe C:/get-pip.py;
31+
"$env:PYTHON"\Scripts\pip.exe --version;
32+
"$env:PYTHON"\Scripts\pip.exe install wheel;
33+
"$env:PYTHON"\Scripts\pip.exe install -e .
3434
build: false
3535
test_script:
3636
- "dir \"C:\\Program Files (x86)\""

0 commit comments

Comments
 (0)