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 3680ec9 commit 6364d54Copy full SHA for 6364d54
azure-pipelines.yml
@@ -18,12 +18,12 @@ steps:
18
inputs:
19
versionSpec: '3.7'
20
21
-- script: sh ./build/azure_pipeline_helper.sh
22
- displayName: 'Complex Installs'
+# - script: sh ./build/azure_pipeline_helper.sh
+# displayName: 'Complex Installs'
23
24
- script: |
25
- pip install Bottleneck
26
- python setup.py install
+ # pip install Bottleneck
+ # python setup.py install
27
pip install pytest
28
pip install pytest-cov
29
displayName: 'Install Python Packages'
0 commit comments