From 4dd3ad2c6ec64c7d4a78e008b73954e7cdabd0f8 Mon Sep 17 00:00:00 2001 From: Bruno Dufour Date: Thu, 5 Dec 2024 22:37:08 -0500 Subject: [PATCH] Force install pandas --- tests_e2e/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_e2e/conftest.py b/tests_e2e/conftest.py index 7bca4d9d1c..9ff525b1e0 100644 --- a/tests_e2e/conftest.py +++ b/tests_e2e/conftest.py @@ -141,6 +141,7 @@ def _install_snowcli_with_external_plugin( # Required by snowpark example tests _pip_install(python, "snowflake-snowpark-python") + _pip_install(python, "pandas") def _python_path(venv_path: Path) -> Path: