Skip to content

Commit 2c49969

Browse files
committed
Missed adding the config set to the unitetest powershell build step
1 parent 93f9b30 commit 2c49969

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.teamcity/Templates/UnitTestsTemplate.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ object UnitTestsTemplate : Template({
4747
workingDir = "imod-python/imod/tests"
4848
scriptMode = script {
4949
content = """
50+
pixi config set --local detached-environments "C:\pixi_envs"
51+
5052
${'$'}REPORT = echo "coverage report" | pixi shell --environment default --frozen
5153
5254
${'$'}TOTALS = ${'$'}REPORT | Select-String -Pattern 'TOTAL' -CaseSensitive -SimpleMatch

0 commit comments

Comments
 (0)