Skip to content

Commit

Permalink
fix snowpark build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Mar 21, 2024
1 parent 9dc22a5 commit 39a639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/cli/plugins/snowpark/snowpark_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def snowpark_package(
anaconda,
REQUIREMENTS_OTHER,
check_anaconda_for_pypi_deps,
allow_native_libraries=package_native_libraries,
allow_shared_libraries=package_native_libraries,
)
# add the Anaconda packages discovered as dependencies
if should_continue and second_chance_results:
Expand Down

0 comments on commit 39a639d

Please sign in to comment.