diff --git a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json index 8ad69005ad..73191ff4ae 100755 --- a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json +++ b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json @@ -12,7 +12,8 @@ "linux": [ { "env": [ - "source activate base", + "source /opt/intel/oneapi/setvars.sh --force", + "conda activate base", "pip install -r requirements.txt" ], "id": "IDP_XGBoost_GS_py",