Skip to content

Commit

Permalink
Force install pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdufour committed Dec 6, 2024
1 parent eac2521 commit 4dd3ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dd3ad2

Please sign in to comment.