Skip to content

Commit 6b034e9

Browse files
Srihari1192ntkathole
authored andcommitted
test: Update Feast Notebook tests to skip Feast Installation
Signed-off-by: Srihari <svenkata@redhat.com>
1 parent 35a8423 commit 6b034e9

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

infra/feast-operator/test/e2e_rhoai/resources/feast-test.ipynb

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": null,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"import os\n",
10-
"import subprocess\n",
11-
"\n",
12-
"feast_version = os.environ.get(\"FEAST_VERSION\")\n",
13-
"subprocess.run([\"pip\", \"install\", f\"feast=={feast_version}\"])"
14-
]
15-
},
163
{
174
"cell_type": "code",
185
"execution_count": null,
@@ -90,7 +77,7 @@
9077
"metadata": {},
9178
"outputs": [],
9279
"source": [
93-
"!pip install -q pymilvus transformers torch"
80+
"!pip install -q pymilvus[milvus_lite] transformers torch"
9481
]
9582
},
9683
{

0 commit comments

Comments
 (0)