File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,25 @@ jobs:
2626 imageName : ' vs2017-win2016'
2727 python.version : ' 3.7'
2828
29- pool :
30- vmImage : $(imageName)
29+ pool :
30+ vmImage : $(imageName)
3131
32- steps :
33- - task : UsePythonVersion@0
34- inputs :
35- versionSpec : ' $(python.version)'
36- displayName : ' Use Python $(python.version)'
32+ steps :
33+ - task : UsePythonVersion@0
34+ inputs :
35+ versionSpec : ' $(python.version)'
36+ displayName : ' Use Python $(python.version)'
3737
38- - script : |
39- python -m pip install --upgrade pip
40- python -m pip install numpy
41- python -m pip install scipy
42- displayName : ' Install dependencies'
38+ - script : |
39+ python -m pip install --upgrade pip
40+ python -m pip install numpy
41+ python -m pip install scipy
42+ displayName: 'Install dependencies'
4343
44- - script : |
45- python setup.py build --debug install
46- displayName : ' build'
44+ - script : |
45+ python setup.py build --debug install
46+ displayName: 'build'
4747
48- - script : |
49- python tests/test_basic.py
50- displayName : ' testing'
48+ - script : |
49+ python tests/test_basic.py
50+ displayName: 'testing'
You can’t perform that action at this time.
0 commit comments