I am struggeling setting up a CI/CD pipeline with a runner on windows using the powershell. When trying to run a python script within the repo like py hardware_in_the_loop_base.py 2060365E3452
it fails with "Can't find a default Python."
I added the output of py -0 to the runners config.toml with pre_build_script = "$Env:PATH += \";C:\\Users\\user_name\\AppData\\Local\\Programs\\Python\\Python310\""
but it did not change anything.