Published onOctober 24, 2024Automated License Checking for Conda Projectscondalicense-checkingpixiHow we automatically check our software for license compliance.
Published onJuly 11, 2024Shipping conda environments to production using pixipythoncondapixipackagingWe show how we ship conda environments into production using the pixi package manager. To do that, we introduce a tool called pixi-pack.
Published onMarch 10, 2020conda support in pre-commitcondapythonpre-commitDeveloping code involves several tasks that are simple yet repetitive. This includes styling your code (we use `black`) and checking for common issues. These tasks can be easily automated.