From af012f8f59d0dd9012de25d760dc23bec816fe30 Mon Sep 17 00:00:00 2001 From: Greyson Lalonde Date: Mon, 15 Sep 2025 11:45:05 -0400 Subject: [PATCH] fix: install tools package dependencies for core tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a30903c99..6638b50a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: enable-cache: false - name: Install the project - run: uv sync --all-groups --all-extras && uv sync --package crewai-core --all-extras + run: uv sync --all-groups --all-extras && uv sync --package crewai-core --all-extras && uv sync --package crewai-tools --all-extras - name: Restore test durations uses: actions/cache/restore@v4