actions / setup-python

Set up your GitHub Actions workflow with a specific version of Python
MIT License
1.74k stars 551 forks source link

Update Cache Error Message for Improved Clarity #947

Closed aparnajyothi-y closed 3 weeks ago

aparnajyothi-y commented 2 months ago

Description: This PR updates the error messag for pip and pipenv to provide clearer information when the cache folder path is retrieved but does not exist on disk. This enhancement aims to improve troubleshooting by specifying the package manager and the exact paths being checked.

Related issue: #436

Check list: