arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Add python deployer to the default config #190

Open dustinblack opened 1 week ago

dustinblack commented 1 week ago

Please describe what you would like to see in this project

A default configuration is introduced in PR #182. We would like for the python deployer to be included by default as well, but this currently causes a potential problem because the engine will fail if the python binary is not loadable any time the python deployer is in the config, even if that deployer is not used in the workflow.

dustinblack commented 1 week ago

Requires #191