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:
30
30
- job : Linux_daal4py
31
31
pool :
32
32
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)'
38
37
- script : |
39
- . /usr/share/miniconda/etc/profile.d/conda.sh
40
- conda activate bench
38
+ pip install -r daal4py/requirements.txt
41
39
python runner.py --configs configs/testing/daal4py.json --no-intel-optimized
42
40
displayName: Run bench
43
41
- 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