frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
3 stars 7 forks source link

Don't recursively scan for pyproject.toml when calculating the cache key #260

Closed llucax closed 2 months ago

llucax commented 2 months ago

We don't really need to scan for pyproject.toml files recursively, since we only have one in the root of the repository. This should make the cache key calculation more efficient and less error prone, as when using qemu, there are some files that are not accessible and the hash calculation fails.

llucax commented 2 months ago

Not sure why this says it still needs an approval from someone with write access, as @daniel-zullo-frequenz has write access :thinking:

llucax commented 2 months ago

I re-enabled auto-merge and it worked now :shrug: