File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616 - export SF_NO_COPY_ARROW_LIB=1 # [unix]
1717 - export SF_ARROW_LIBDIR="${PREFIX}/lib" # [unix]
1818 - export ENABLE_EXT_MODULES=true # [unix]
19- - {{ PYTHON }} -m pip install . --no-use-pep517 --no-deps -vvv
19+ - {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vvv
2020 entry_points :
2121 - snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
2222 - snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
@@ -35,8 +35,6 @@ requirements:
3535 - setuptools >=40.6.0
3636 - wheel
3737 - cython
38- # The way nano arrow builds relies on no-use-pep517, but that flag is fully dropped starting pip 25.3
39- - pip <25.3
4038 - python {{ python }}
4139 run :
4240 {% if py == 39 %}
You can’t perform that action at this time.
0 commit comments