File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,12 @@ jobs:
3030 - job : Linux_daal4py
3131 pool :
3232 vmImage : ' ubuntu-20.04'
33- steps :
34- - script : |
35- conda update -y -q conda
36- conda create -n bench -q -y -c conda-forge python=3.8 pandas scikit-learn daal4py tqdm
37- displayName: Create Anaconda environment
33+ - task : UsePythonVersion@0
34+ displayName : ' Use Python $(python.version)'
35+ inputs :
36+ versionSpec : ' $(python.version)'
3837 - script : |
39- . /usr/share/miniconda/etc/profile.d/conda.sh
40- conda activate bench
38+ pip install -r daal4py/requirements.txt
4139 python runner.py --configs configs/testing/daal4py.json --no-intel-optimized
4240 displayName: Run bench
4341 - job : Linux_XGBoost_and_daal4py
Original file line number Diff line number Diff line change 1+ scikit-learn
2+ pandas
3+ daal4py
4+ openpyxl
5+ tqdm
You can’t perform that action at this time.
0 commit comments