Skip to content

Commit 24f3b37

Browse files
authored
added setvars (#1982)
1 parent 98613d8 commit 24f3b37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted

AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"linux": [
1313
{
1414
"env": [
15-
"source activate base",
15+
"source /opt/intel/oneapi/setvars.sh --force",
16+
"conda activate base",
1617
"pip install -r requirements.txt"
1718
],
1819
"id": "IDP_XGBoost_GS_py",

0 commit comments

Comments
 (0)