Skip to content

Commit 420e3c1

Browse files
authored
Fix for ModuleNotFoundError: No module named modin (#346)
* Fix for ModuleNotFoundError: No module named modin * step to remove existing env Co-authored-by: Vrushabh Sanghavi <[email protected]>
1 parent 0006242 commit 420e3c1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ciTests": {
1212
"linux": [
1313
{
14-
"env": ["source /opt/intel/oneapi/setvars.sh --force", "source activate base", "conda create --name intel-aikit-modin -c intel/label/oneapibeta -c intel -c conda-forge runipy intel-aikit-modin=2021.1b10", "conda activate intel-aikit-modin"],
14+
"env": ["source /opt/intel/oneapi/setvars.sh --force", "conda create -y -n aikit-modin-test -c intel/label/oneapibeta -c intel -c conda-forge runipy intel-aikit-modin", "conda activate aikit-modin-test"],
1515
"steps": [
1616
"runipy census_modin.ipynb"
1717
]

0 commit comments

Comments
 (0)