You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Add no-hash option. It will disable adding hash in cache key. So instead of setup-python-{os}-python-{python_version}-{package_manager}-{hash("dependency file")} we will have setup-python-{os}-python-{version}-{package_manager} in key.
P.S. How about pass to {python_version} (from key) only major and minor versions (X.X.x), example 3.10 instead of 3.10.4?
Justification:
Whould be usefull to update dependecies instead of re-install all them again.
Are you willing to submit a PR?
Sorry, but I don't know codebase at all.
The text was updated successfully, but these errors were encountered:
Hello @PerchunPak. Thank you for your report. We would not like to implement such kind of logic, because the initial caching logic for setup-python should cover the most often use cases. If you want to use some more complex caching logic we would recommend you to use actions/cache. It's relevant to setup-node ADR.
Description:
Add
no-hash
option. It will disable adding hash in cache key. So instead ofsetup-python-{os}-python-{python_version}-{package_manager}-{hash("dependency file")}
we will havesetup-python-{os}-python-{version}-{package_manager}
in key.P.S. How about pass to
{python_version}
(from key) only major and minor versions (X.X.x), example 3.10 instead of 3.10.4?Justification:
Whould be usefull to update dependecies instead of re-install all them again.
Are you willing to submit a PR?
Sorry, but I don't know codebase at all.
The text was updated successfully, but these errors were encountered: