setup-python
setup-python copied to clipboard
Minor code readability improvements discovered on code review.
Description: Minor code readability improvements discovered on code review.
- Rename
(Pipenv|Poetry)Cache"patterns" field to "cacheDependencyPath" to be consistent with PipCache, base class, andcache-factory.ts - Rm
CacheDistributor.cacheDependencyPathfield and pass back fromcomputeKeysinstead, simplifyingCacheDistributor.restoreCacheerror check. Rm now not neededconstant.ts.
Related issue:
Check list:
- [ ] Mark if documentation changes are required.
- [ ] Mark if tests were added or updated to cover the changes.