fix: install all extras for tools tests

This commit is contained in:
Greyson Lalonde
2025-09-12 23:09:43 -04:00
parent 147488b746
commit fd75cd10de

View File

@@ -36,7 +36,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --dev --all-extras
run: uv sync --all-groups --all-extras
- name: Run tests
run: uv run --package=crewai-tools --directory=packages/tools pytest -vv