Skip to content

Commit 0729291

Browse files
committed
Azure deprecating windows 2016
1 parent 1d320bf commit 0729291

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)