From b0fe1a8439eac842cb6de855c2960faf4ec56c19 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Thu, 8 Jan 2026 16:31:59 +0100 Subject: [PATCH] CI: Speed up pre-test workflow --- .github/workflows/pre_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre_test.yml b/.github/workflows/pre_test.yml index aa4a26347..27931ea45 100644 --- a/.github/workflows/pre_test.yml +++ b/.github/workflows/pre_test.yml @@ -13,10 +13,10 @@ jobs: with: fetch-depth: 0 - - name: Cognee Setup - uses: ./.github/actions/cognee_setup + - name: Install uv + uses: astral-sh/setup-uv@v4 with: - python-version: '3.11.x' + enable-cache: true - name: Validate uv lockfile and project metadata run: uv lock --check || { echo "'uv lock --check' failed."; echo "Run 'uv lock' and push your changes."; exit 1; }