diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index 4eb8aee7d..8ff3b3078 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -28,7 +28,7 @@ jobs: enable-cache: true - name: Install dependencies - run: uv sync --group test --no-dev + run: uv sync --group test --group networks --no-dev - name: Type check run: make typecheck