Skip to content

Commit d67c548

Browse files
authored
Fix failed public CI (#78)
1 parent d2ce464 commit d67c548

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
- job: Linux_daal4py
3131
pool:
3232
vmImage: 'ubuntu-20.04'
33+
steps:
3334
- task: UsePythonVersion@0
3435
displayName: 'Use Python $(python.version)'
3536
inputs:
3637
versionSpec: '$(python.version)'
3738
- script: |
38-
pip install -r daal4py/requirements.txt
39+
pip install -r daal4py_bench/requirements.txt
3940
python runner.py --configs configs/testing/daal4py.json --no-intel-optimized
4041
displayName: Run bench
4142
- job: Linux_XGBoost_and_daal4py

daal4py_bench/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scikit-learn
2-
pandas
2+
pandas < 1.3.0
33
daal4py
44
openpyxl
55
tqdm

0 commit comments

Comments
 (0)