fix: Update ExecModule exec path to use correct binary location

This commit is contained in:
bsiggel
2026-03-19 21:23:42 +00:00
parent edae5f6081
commit c02a5d8823

View File

@@ -80,4 +80,4 @@ modules:
watch: watch:
- src/steps/**/*.py - src/steps/**/*.py
exec: exec:
- /opt/bin/uv run python -m motia.cli run --dir src/steps - /usr/local/bin/uv run python -m motia.cli run --dir src/steps