summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 23:00:48 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 23:00:48 +0200
commit56f0f77890ce53b4eccc9d20db84dc06f7fbab30 (patch)
treedf487e0d3baac0e0b59a234f30665c7418c4d171 /azure-pipelines.yml
parent12f9577bb3338329a57a2de8120e19cae7be54b8 (diff)
Add pip requirements
Diffstat (limited to 'azure-pipelines.yml')
-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: