argo-python-dsl icon indicating copy to clipboard operation
argo-python-dsl copied to clipboard

Python DSL for Argo Workflows

Results 12 argo-python-dsl issues
Sort by recently updated
recently updated
newest added

**User story** Current CI is broken **Additional context** Github revamped a buch of changes in CI (actions) **Acceptance Criteria** - [ ] CI needs to run and at least execute...

I am using `v0.1.0-rc`. Consider the example below: ```python from argo.workflows.dsl import Workflow from argo.workflows.dsl.tasks import task, dependencies from argo.workflows.dsl.templates import parameter from argo.workflows.dsl.templates import inputs from argo.workflows.dsl.templates import template...

bug