This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27158
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27158 by this push:
new 00ec2f4341d IGNITE-27158 Fix Python TC config
00ec2f4341d is described below
commit 00ec2f4341df1a15fbeb9eb201e99fc785b7ad85
Author: Igor Sapego <[email protected]>
AuthorDate: Mon Dec 22 23:26:40 2025 +0100
IGNITE-27158 Fix Python TC config
---
.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
index 4b905dcba78..55fd770370f 100644
--- a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
@@ -39,7 +39,7 @@ object PlatformPythonTestsLinux : BuildType({
eval "${'$'}(pyenv init --path)" || echo 'first'
eval "${'$'}(pyenv init --no-rehash -)" || echo 'second'
- pyenv install %PYTHON_VERSION%
+ pyenv install %PYTHON_VERSION% || exit 0
pyenv shell %PYTHON_VERSION% || exit 1
pyenv exec python -m venv .venv_tox || exit 2