Skip to content

Commit 096ab0d

Browse files
sfc-gh-fpawlowskisfc-gh-turbaszek
authored andcommitted
Temporary fix broken pipeline (#2622)
1 parent 976b32c commit 096ab0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ commands = pre-commit run --all-files
177177

178178
[testenv:dependency]
179179
description = Check if there is conflicting dependency
180+
;TODO: remove pip<25.3 once it does not break Check dependency job on Github Action (SNOW-2658105)
180181
deps =
182+
pip<25.3
181183
pip-tools
182184
skip_install = True
183185
commands = pip-compile setup.py

0 commit comments

Comments
 (0)