Skip to content

Commit 8a0c539

Browse files
committed
IGNITE-27158 Fix Python TC config
1 parent 00ec2f4 commit 8a0c539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object PlatformPythonTestsLinux : BuildType({
3939
eval "${'$'}(pyenv init --path)" || echo 'first'
4040
eval "${'$'}(pyenv init --no-rehash -)" || echo 'second'
4141
42-
pyenv install %PYTHON_VERSION% || exit 0
42+
pyenv install %PYTHON_VERSION% || echo 'third'
4343
pyenv shell %PYTHON_VERSION% || exit 1
4444
4545
pyenv exec python -m venv .venv_tox || exit 2

0 commit comments

Comments
 (0)