zaufi / pytest-matcher

A pytest plugin to match test output against patterns stored in files
https://pytest-matcher.readthedocs.io
2 stars 1 forks source link

impr(ci): avoid full `pyproject.toml` hashing for GHA cache key #27

Closed zaufi closed 7 months ago

zaufi commented 7 months ago

Changes in this PR

Hashing the whole pyproject.toml is convenient but leads to too frequent cache stale events (literally after any changes in the mentioned file). However, dependencies are not changed frequently in fact!