Sébastien Morais
Sébastien Morais
I'm facing the same issue on a Windows self-hosted runner (with any python 3.9, 3.10 and 3.11). The error message is ```shell C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command...
@priyagupta108 From what I've seen through > > I'm facing the same issue on a Windows self-hosted runner (with any python 3.9, 3.10 and 3.11). The error message is >...
@priyagupta108 I took the liberty to reproduce the error on a github runner. The associated branch (https://github.com/SMoraisAnsys/setup-python/tree/test/no-pwshpath) consists in removing a part of the code of `function extractZipWin(file, dest)` in...
@priyagupta108 I'll have a look right away !
> Hello Everyone, We've merged the [pull request](https://github.com/actions/setup-python/pull/916) with possible fix. Could you please try to use `actions/setup-python@main` to confirm that it works as expected. This worked fine on our...
@priyagupta108 I took the liberty to take a look at #819 and I think this changes should correct the issue. I tested it on my repo and it works fine...
I took the liberty to reproduce the error (fixed by this PR) on a github runner. The associated branch (https://github.com/SMoraisAnsys/setup-python/tree/test/no-pwshpath) consists in removing a part of the code of `function...
> @aparnajyothi-y pointed out in [#819 (comment)](https://github.com/actions/setup-python/issues/819#issuecomment-2100107374) that this code comes from actions/toolkit. Perhaps a PR against https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts would be better reviewed? As you mentioned, the problem seems to be...
Closing this since #916 fixed #819 in our CICD.
Bumping as I'm facing the same issue on a repo :)