aparnajyothi-y

Results 90 comments of aparnajyothi-y

Hello @adamjstewart, We have further investigated the env.pythonLocation functionality and it is pointing to the installation location of the desired Python or PyPy version. The directory indicated by env.pythonLocation on...

Hello @jb-2020, Thank you for creating the issue and we will look into it :)

Hello @imarinov3, Thank you for creating this issue and we will get back you once we have some feedback on this :)

Hello Everyone, From our analysis, the issue seems to be linked with the `@actions/tool-cache` dependency. The `setup-python` action makes use of this `toolkit-cache`, specifically the `extractZipWin` function. This function is...

Hello @ay0o, Thank you once again for creating this issue. We have investigated the issue, actions/python-versions added the support for python-version : 3.12.3 for ubuntu-24.04 and ubuntu-latest tag is placed...

Hello @till, Thank you once again for creating this issue. Setup-python action sets up a Python environment and it doesn't create a pip cache directory by default. The pip cache...

Hello @till, Add a job like below to your existing workflow to install dependency packages using pip to confirm. - name: Install dependencies run: | python -m pip install --upgrade...

Hello @till, we tried to reproduce the second issue but unfortunately we are not able to reproduce and the post step is successful. Please find the screenshot for reference. Could...

Hello @till, Could you please share the repro link and the error that you are seeing in the post setup failure to further investigate.

Hello @till, Could you please share the repro link and the error that you are seeing in the post setup failure to further investigate.