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 8a0c539a4bc IGNITE-27158 Fix Python TC config
8a0c539a4bc is described below

commit 8a0c539a4bc1e930b3f5757e3d8001e2fdf7bfff
Author: Igor Sapego <[email protected]>
AuthorDate: Mon Dec 22 23:32:07 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 55fd770370f..10cf479f42c 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% || exit 0
+                pyenv install %PYTHON_VERSION% || echo 'third'
                 pyenv shell %PYTHON_VERSION% || exit 1
 
                 pyenv exec python -m venv .venv_tox || exit 2

Reply via email to