File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -139,28 +139,3 @@ jobs:
139139 pip install -e .[dev]
140140 pytest --random-order
141141 displayName: pytest
142-
143- - job :
144- displayName : vs2017-win2016
145- pool :
146- vmImage : ' vs2017-win2016'
147- strategy :
148- matrix :
149- Python37 :
150- python.version : ' 3.7'
151-
152- steps :
153- - powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
154- displayName : Add conda to PATH
155-
156- - script : conda env create --name myEnvironment --file environment.yml
157- displayName : Create Anaconda environment
158-
159- - script : conda update -q -y conda
160- displayName : Update conda
161-
162- - script : |
163- call activate myEnvironment
164- pip install -e .[dev]
165- pytest --random-order
166- displayName: pytest
You can’t perform that action at this time.
0 commit comments