setup-pixi icon indicating copy to clipboard operation
setup-pixi copied to clipboard

Custom shell wrapper doesn't work with powershell

Open melund opened this issue 1 year ago • 14 comments

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}

image

melund avatar Feb 15 '24 13:02 melund