You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added support for Python 3.13 and it creates another layer of caching when performing quality check actions. Some tests like those with threads and things that write to disk are failing randomly due to the runners' cache being overflowed.
To fix this I'm going to remove the poetry cache, this doesn't cause any problems for our CI.
Why is this needed?
We recently added support for Python 3.13 and it creates another layer of caching when performing quality check actions. Some tests like those with threads and things that write to disk are failing randomly due to the runners' cache being overflowed.
To fix this I'm going to remove the poetry cache, this doesn't cause any problems for our CI.
Which area does this relate to?
Automation
Solution
Remove the cache.
Acknowledgment
The text was updated successfully, but these errors were encountered: