Skip to content

Commit 6364d54

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 3680ec9 commit 6364d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ steps:
1818
inputs:
1919
versionSpec: '3.7'
2020

21-
- script: sh ./build/azure_pipeline_helper.sh
22-
displayName: 'Complex Installs'
21+
# - script: sh ./build/azure_pipeline_helper.sh
22+
# displayName: 'Complex Installs'
2323

2424
- script: |
25-
pip install Bottleneck
26-
python setup.py install
25+
# pip install Bottleneck
26+
# python setup.py install
2727
pip install pytest
2828
pip install pytest-cov
2929
displayName: 'Install Python Packages'

0 commit comments

Comments
 (0)