From 107485564c7f2030c7c98f70674c3a66b617b4e9 Mon Sep 17 00:00:00 2001 From: Jan Clemens Date: Thu, 31 Oct 2024 17:49:56 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76002df..5a9c2cc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,8 +11,8 @@ pool: strategy: matrix: - # Python39: - # python.version: '3.9' + Python39: + python.version: '3.9' Python310: python.version: '3.10' # Python311: @@ -43,9 +43,8 @@ steps: displayName: Test conda package - script: | - # call activate anaconda-client-env - conda create python=3.10 das=0.32.3 -c local -c conda-forge -c ncb -c nvidia -c apple -n das -y - call activate das + conda create python=$(python.version) das=0.32.3 -c local -c conda-forge -c ncb -c nvidia -c apple -n das_test -y + call activate das_test das version displayName: Test install package