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 d2491db commit c6976c0Copy full SHA for c6976c0
appveyor.yml
@@ -27,10 +27,10 @@ install:
27
- ps: >
28
git -C $env:APPVEYOR_BUILD_FOLDER submodule update --init;
29
(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 .
+ "$env:PYTHON"\python.exe C:/get-pip.py;
+ "$env:PYTHON"\Scripts\pip.exe --version;
+ "$env:PYTHON"\Scripts\pip.exe install wheel;
+ "$env:PYTHON"\Scripts\pip.exe install -e .
34
build: false
35
test_script:
36
- "dir \"C:\\Program Files (x86)\""
0 commit comments