Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance: Disable cache in quality check pipelines #5625

Closed
1 of 2 tasks
leandrodamascena opened this issue Nov 22, 2024 · 1 comment · Fixed by #5626
Closed
1 of 2 tasks

Maintenance: Disable cache in quality check pipelines #5625

leandrodamascena opened this issue Nov 22, 2024 · 1 comment · Fixed by #5626
Labels
internal Maintenance changes triage Pending triage from maintainers

Comments

@leandrodamascena
Copy link
Contributor

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.
Image

Which area does this relate to?

Automation

Solution

Remove the cache.

Acknowledgment

Copy link
Contributor

This is now released under 3.4.0 version!

@github-actions github-actions bot removed the pending-release Fix or implementation already in dev waiting to be released label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes triage Pending triage from maintainers
Projects
Status: Coming soon
Development

Successfully merging a pull request may close this issue.

1 participant