summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c9c25b7c..88144d55 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,6 +24,14 @@ workspace:
steps:
+- task: UsePythonVersion@0
+ inputs:
+ versionSpec: '3.6'
+ architecture: 'x64'
+
+- script: python -m pip install --upgrade pip setuptools numpy matplotlib scipy Cython sphinx sphinxcontrib-bibtex
+ displayName: 'Install tools'
+
- task: CMake@1
displayName: 'CMake'
inputs: