Skip to content

Commit 0ec0d7b

Browse files
Temporary fix broken pipeline (#2622)
1 parent db2a10f commit 0ec0d7b

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
@@ -155,7 +155,9 @@ commands = pre-commit run --all-files
155155

156156
[testenv:dependency]
157157
description = Check if there is conflicting dependency
158+
;TODO: remove pip<25.3 once it does not break Check dependency job on Github Action (SNOW-2658105)
158159
deps =
160+
pip<25.3
159161
pip-tools
160162
skip_install = True
161163
commands = pip-compile setup.py

0 commit comments

Comments
 (0)