From 4dc2e488496a401f79c04983859841403aeb5374 Mon Sep 17 00:00:00 2001 From: Greyson Lalonde Date: Mon, 15 Sep 2025 11:11:06 -0400 Subject: [PATCH] fix: ensure crewai-core extras are installed for 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 613783c6e..a30903c99 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 + run: uv sync --all-groups --all-extras && uv sync --package crewai-core --all-extras - name: Restore test durations uses: actions/cache/restore@v4