[aia-eval] LME-779 Configure Python "SWE-Bench Pro" dataset

GitOrigin-RevId: dd3ad2fb76594481f5a6a0e88f4c180e6e86a2ff
This commit is contained in:
anton.spilnyy
2026-02-27 16:20:44 +01:00
committed by intellij-monorepo-bot
parent afe6234c1f
commit b148cf89ee

View File

@@ -1,4 +1,6 @@
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.cce.util
val isUnderTeamCity: Boolean = System.getenv("TEAMCITY_VERSION") != null
val isUnderTeamCity: Boolean = System.getenv("TEAMCITY_VERSION") != null
val isUnderZenML: Boolean = System.getenv("ZENML_VERSION") != null