File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
AI-and-Analytics/End-to-end-Workloads/Census Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 10
10
"targetDevice" : [" CPU" ],
11
11
"ciTests" : {
12
12
"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
+ }
23
26
]
24
27
}
25
28
}
You can’t perform that action at this time.
0 commit comments