frequenz-floss / frequenz-client-base-python

Base gRPC client
https://frequenz-floss.github.io/frequenz-client-base-python/
MIT License
0 stars 3 forks source link

ci: Fix pip cache post step #50

Closed llucax closed 4 months ago

llucax commented 4 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 4 months ago

Force-merging as this fix was applied to other repos already.