From 29c8bdc2ebbe7631ed0c6e24f389d7301f798888 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 11 Jan 2019 20:57:01 -0500 Subject: [PATCH] Trying to fix syntax --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1db750d1..aae10b11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,8 @@ steps: - task: CondaEnvironment@1 displayName: 'Install Conda' inputs: - packageSpecs: 'python=3' 'numpy=1.15.*' 'pyside' 'pytest' 'pip' + packageSpecs: 'python=3' + installOptions: 'numpy=1.15.* pyside pytest pip python-dateutil requests' - script: | pip install -e .