Skip to content

Commit 6682d8d

Browse files
committed
correct CI for modin sample
Signed-off-by: Alexander Myskov <[email protected]>
1 parent 4f8e100 commit 6682d8d

File tree

1 file changed

+13
-10
lines changed
  • AI-and-Analytics/End-to-end-Workloads/Census

1 file changed

+13
-10
lines changed

AI-and-Analytics/End-to-end-Workloads/Census/sample.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@
1010
"targetDevice": ["CPU"],
1111
"ciTests": {
1212
"linux": [
13-
{
14-
"env": ["source activate base"],
15-
"steps": [
16-
"conda create -y -n intel-aikit-modin intel-aikit-modin -c intel",
17-
"conda activate intel-aikit-modin",
18-
"conda install -y runipy",
19-
"pip install opencensus",
20-
"runipy census_modin.ipynb"
21-
]
22-
}
13+
{
14+
"env": [],
15+
"id": "Intel_Modin_E2E_py",
16+
"steps": [
17+
"set -e # Terminate the script on first error",
18+
"source $(conda info --base)/etc/profile.d/conda.sh # Bypassing conda's disability to activate environments inside a bash script: https://github.com/conda/conda/issues/7980",
19+
"conda create -y -n intel-aikit-modin intel-aikit-modin -c intel",
20+
"conda activate intel-aikit-modin",
21+
"conda install -y jupyter # Installing 'jupyter' for extended abilities to execute the notebook",
22+
"pip install opencensus # Installing 'runipy' for extended abilities to execute the notebook",
23+
"jupyter nbconvert --to notebook --execute census_modin.ipynb"
24+
]
25+
}
2326
]
2427
}
2528
}

0 commit comments

Comments
 (0)