We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1d52b commit 051461aCopy full SHA for 051461a
azure-pipelines.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- script: |
35
conda update -y -q conda
36
- conda create -n bench -q -y -c conda-forge python=3.7 pandas scikit-learn daal4py tqdm
+ conda create -n bench -q -y -c conda-forge python=3.8 pandas scikit-learn daal4py tqdm
37
displayName: Create Anaconda environment
38
39
. /usr/share/miniconda/etc/profile.d/conda.sh
0 commit comments