mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-13 10:08:29 +00:00
fix: run tests from package directory context
This commit is contained in:
2
.github/workflows/tools-tests.yml
vendored
2
.github/workflows/tools-tests.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
run: uv sync --all-groups && uv sync --package crewai-tools --all-extras
|
||||
|
||||
- name: Run tests
|
||||
run: uv run --package=crewai-tools --directory=packages/tools pytest -vv
|
||||
run: cd packages/tools && uv run pytest -vv
|
||||
|
||||
Reference in New Issue
Block a user