Skip to content

Commit

Permalink
chore: Add pandas to the pip requirements for the ray data system test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689500768
  • Loading branch information
yinghsienwu authored and copybara-github committed Oct 24, 2024
1 parent a4d4e46 commit 1f3b2d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/system/vertex_ray/test_ray_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ def test_ray_data(self, cluster_ray_version):
# Path to the local directory that contains the my_script.py file
runtime_env={
"working_dir": temp_dir,
"pip": ["google-cloud-aiplatform[ray]==" + SDK_VERSION],
"pip": [
"pandas==2.1.4",
"google-cloud-aiplatform[ray]==" + SDK_VERSION,
],
},
)

Expand Down

0 comments on commit 1f3b2d8

Please sign in to comment.