Skip to content

Commit 1f3b2d8

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: Add pandas to the pip requirements for the ray data system test
PiperOrigin-RevId: 689500768
1 parent a4d4e46 commit 1f3b2d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/system/vertex_ray/test_ray_data.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ def test_ray_data(self, cluster_ray_version):
125125
# Path to the local directory that contains the my_script.py file
126126
runtime_env={
127127
"working_dir": temp_dir,
128-
"pip": ["google-cloud-aiplatform[ray]==" + SDK_VERSION],
128+
"pip": [
129+
"pandas==2.1.4",
130+
"google-cloud-aiplatform[ray]==" + SDK_VERSION,
131+
],
129132
},
130133
)
131134

0 commit comments

Comments
 (0)