When using the custom shell wrapper with powershell I get an error from github actions: I am doing something like this on Windows runner. ``` - run: pytest shell: pixi run pwsh -e test {0} ``` 