Skip to content

Commit 2c0d24c

Browse files
committed
IGNITE-27158 Fix TC config
1 parent f1b7f3b commit 2c0d24c

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
@@ -38,7 +38,7 @@ object PlatformPythonTestsLinux : BuildType({
3838
eval "${'$'}(pyenv init --path)" || echo 'first'
3939
eval "${'$'}(pyenv init --no-rehash -)" || echo 'second'
4040
41-
tox -e py39 || exit 0
41+
tox -e py310 || exit 0
4242
""".trimIndent()
4343
}
4444
}

0 commit comments

Comments
 (0)