summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 88144d55..d9cbf880 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,13 +23,15 @@ workspace:
clean: all
steps:
+- script: 'vcpkg install cgal eigen3:x64-windows'
+ displayName: vcpkg install dependencies
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
architecture: 'x64'
-- script: python -m pip install --upgrade pip setuptools numpy matplotlib scipy Cython sphinx sphinxcontrib-bibtex
+- script: python -m pip install --upgrade pip setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
displayName: 'Install tools'
- task: CMake@1