ga4gh / vrs-python

GA4GH Variation Representation Python Implementation
https://github.com/ga4gh/vrs
Apache License 2.0
51 stars 27 forks source link

cicd: fix action caching key #455

Closed jsstevenson closed 3 weeks ago

jsstevenson commented 3 weeks ago

Reece added this several years ago, but there's no requirements.txt file in the repo, so this doesn't do anything. Tying it to pyproject.toml does mean that you could have some unnecessary cache invalidations e.g. if some style configs change, but that's probably ok (and an improvement over the status quo).