Skip to content

Commit bd62974

Browse files
Avoid potential test pipeline breakage in near future (#2653)
Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
1 parent a7e4786 commit bd62974

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/anaconda/recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ 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
3840
- python {{ python }}
3941
run:
4042
{% if py == 39 %}

0 commit comments

Comments
 (0)