Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Oct 31, 2024
1 parent fc8aecf commit 1074855
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pool:

strategy:
matrix:
# Python39:
# python.version: '3.9'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
# Python311:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1074855

Please sign in to comment.