PCQA-510 Update Miniconda version for env tests to 24.5.0 Python 3.12

(cherry picked from commit 0d5e2044bff70313e6f7846661b26e9f5e9d153f)

IJ-MR-141999

GitOrigin-RevId: 066fedd39ef1b1f87b082e2a5f4a53321e924cfa
This commit is contained in:
Pavel Karateev
2024-08-07 15:38:06 +02:00
committed by intellij-monorepo-bot
parent e6a22d4577
commit b021da6f13

View File

@@ -168,4 +168,4 @@ createPython("python3.12", "3.12",
listOf("python3", "poetry", "python3.12", "messages", "twisted", "pytest"))
// set CONDA_PATH to conda binary location to be able to run tests
createPython("conda", "Miniconda3-py310_23.3.1-0", listOf(), listOf("conda"), type = PythonType.CONDA)
createPython("conda", "Miniconda3-py312_24.5.0-0", listOf(), listOf("conda"), type = PythonType.CONDA)