fix: Update ExecModule exec path to use correct binary location
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user