Skip to content

Commit d15d4ce

Browse files
committed
Split of install step in the mypy stage. Increase number of cores
1 parent a4fe979 commit d15d4ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.teamcity/Templates/MyPyTemplate.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ object MyPyTemplate : Template({
2727
id = "MyPy_analysis"
2828
workingDir = "imod-python"
2929
scriptContent = """
30+
pixi install --environment default
3031
pixi run --environment default --frozen mypy_report
3132
pixi run --environment default --frozen mypy_lint
3233
""".trimIndent()
3334
formatStderrAsError = true
3435
dockerImage = "%DockerContainer%:%DockerVersion%"
3536
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Windows
36-
dockerRunParameters = """--cpus=4 --memory=16g"""
37+
dockerRunParameters = """--cpus=8 --memory=16g"""
3738
dockerPull = false
3839
}
3940
}

0 commit comments

Comments
 (0)