From 838e3fd3f947f459dad633a72b63b5f119801b18 Mon Sep 17 00:00:00 2001 From: Greyson Lalonde Date: Mon, 15 Sep 2025 10:45:03 -0400 Subject: [PATCH] fix: install all extras for core tests to resolve missing dependencies --- .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 09fd9dc1d..613783c6e 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 --package crewai-core --all-extras + run: uv sync --all-groups --all-extras - name: Restore test durations uses: actions/cache/restore@v4