From 5fe9c906544a15c7035f09d9e87b87034aa82ddb Mon Sep 17 00:00:00 2001 From: Sunny Titus Date: Mon, 3 Aug 2026 12:00:14 +0200 Subject: [PATCH] Move the pixi environment folder out the mounted source folder to make sure the host system isn;t affecting it --- .teamcity/Pixi/PixiProject.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.teamcity/Pixi/PixiProject.kt b/.teamcity/Pixi/PixiProject.kt index a2c2e85a2..e6a76d4b9 100644 --- a/.teamcity/Pixi/PixiProject.kt +++ b/.teamcity/Pixi/PixiProject.kt @@ -38,6 +38,9 @@ object UpdateDependencies : BuildType({ git remote set-url origin https://%GH_USER%:%env.GH_TOKEN%@github.com/Deltares/imod-python.git git checkout -b pixi_update_%build.counter% + echo "Set environment location for detached environments" + pixi config set --local detached-environments "C:\pixi_envs" + echo "Update dependencies" pixi run -e pixi-update update