fix: simplify pytest execution from workspace root

This commit is contained in:
Greyson Lalonde
2025-09-12 23:37:51 -04:00
parent 916c217d4b
commit 09d9341aa9
2 changed files with 2 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ jobs:
run: uv sync --all-groups --package crewai-tools --all-extras
- name: Run tests
run: uv run --package=crewai-tools --directory=packages/tools pytest -vv
run: uv run pytest packages/tools/tests -vv