Skip to content

Commit 051461a

Browse files
authored
Update azure-pipelines.yml
1 parent bd1d52b commit 051461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- script: |
3535
conda update -y -q conda
36-
conda create -n bench -q -y -c conda-forge python=3.7 pandas scikit-learn daal4py tqdm
36+
conda create -n bench -q -y -c conda-forge python=3.8 pandas scikit-learn daal4py tqdm
3737
displayName: Create Anaconda environment
3838
- script: |
3939
. /usr/share/miniconda/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)