From db746bef28fbdc274677417e4102fdd67e8e64df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Tue, 1 Sep 2020 17:27:21 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 613ba5892..c5074938d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,8 @@ jobs: displayName: 'Install Requirements Conda' - script: pip install -r requirements.txt displayName: 'Install Requirements' + - script: pip install onnxruntime + displayName: 'Install onnxruntime' - script: | python -u setup.py build_ext --inplace displayName: 'Runs Unit Tests'