Skip to content

Commit

Permalink
fix: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 23, 2024
1 parent c4aad3b commit f08f165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
lint:
desc: lint-agent
env:
PYTHONPATH: "./agents/ten_packages/system/ten_runtime_python/interface:./agents/ten_packages/system/ten_ai_base/interface"
PYTHONPATH: "./agents/ten_packages/system/ten_runtime_python/interface:./agents/ten_packages/system/interface/ten_ai_base"
cmds:
- ./agents/scripts/pylint.sh

Expand Down

0 comments on commit f08f165

Please sign in to comment.