Skip to content

Commit

Permalink
Downgrade snowpark lib until a fix is identified
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdufour committed Dec 6, 2024
1 parent 34c872f commit 12d6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _install_snowcli_with_external_plugin(
)

# Required by snowpark example tests
_pip_install(python, "snowflake-snowpark-python")
_pip_install(python, "snowflake-snowpark-python[pandas]==1.25.0")


def _python_path(venv_path: Path) -> Path:
Expand Down

0 comments on commit 12d6aa5

Please sign in to comment.