From 51c2e808fdba80e9808800fe02827720bffb4aaf Mon Sep 17 00:00:00 2001 From: pyviz-developers <47907391+pyviz-developers@users.noreply.github.com> Date: Sat, 23 Feb 2019 03:45:51 +0000 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e50e59cf3c..fe29a909b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,10 +19,6 @@ jobs: maxParallel: 4 steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '$(python.version)' - architecture: 'x64' - script: echo "##vso[task.prependpath]/usr/share/miniconda/bin" displayName: Add conda to PATH