pantsbuild / example-python

An example repo to demonstrate Python support in Pants
Apache License 2.0
102 stars 77 forks source link

Adjust CI cache key names to be consistent #105

Closed huonw closed 2 years ago

huonw commented 2 years ago

This adjusts the cache keys used in the CI setup based on the improved version from #104. I think there were some typos (e.g. using pants-setup-... for the named_caches restore key), and it seems that scoping everything under pants-{name}-... is nifty.