Skip to content

Commit 5e74589

Browse files
committed
Test moving pixi folder outside of the work dir
1 parent d15d4ce commit 5e74589

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,7 +27,8 @@ object MyPyTemplate : Template({
2727
id = "MyPy_analysis"
2828
workingDir = "imod-python"
2929
scriptContent = """
30-
pixi install --environment default
30+
pixi config set --local detached-environments "C:\pixi_envs"
31+
pixi install --environment default --frozen
3132
pixi run --environment default --frozen mypy_report
3233
pixi run --environment default --frozen mypy_lint
3334
""".trimIndent()

0 commit comments

Comments
 (0)