CI: Speed up pre-test workflow
This commit is contained in:
parent
962ddf4257
commit
b0fe1a8439
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pre_test.yml
vendored
6
.github/workflows/pre_test.yml
vendored
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue