How do you stop CircleCI from installing Python dependencies in circle.yml?

Asked a year ago

When I'm installing my project, CircleCI automatically install too many Python depencies, and the majority of them are unnecessary from my project. Of course, this is causing my installation to last a lot longer than I want to, so I want to stop automatically installing them.

Dennis Gay

Sunday, October 09, 2022

The truth is that this is not a rare problem and it has to do with the way CircleCI handles Python dependencies, so you probably don't have a problem with your code. I'd recommend overriding dependencies manually with a command like "dependencies: override: ...". Even though it's not the most elegant solution out there, it will probably work.





Write an answer...

Cancel

Please follow our  Community Guidelines

Can't find what you're looking for?