We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2a10f commit 0ec0d7bCopy full SHA for 0ec0d7b
tox.ini
@@ -155,7 +155,9 @@ commands = pre-commit run --all-files
155
156
[testenv:dependency]
157
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)
159
deps =
160
+ pip<25.3
161
pip-tools
162
skip_install = True
163
commands = pip-compile setup.py
0 commit comments