Skip to main content

One post tagged with "tasks"

View All Tags

Introducing conda-tasks: the missing task runner for conda

· 6 min read
Jannis Leidel
Steering council member

Conda handles environments and packages well, but it has never had a built-in way to define project tasks -- the kind of thing you'd otherwise put in a Makefile, tox.ini, or a pile of shell scripts. Today we're releasing conda-tasks, a conda plugin that fills that gap. Define tasks in your project, wire up dependencies between them, and run everything through conda task (or the standalone ct command).