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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cognee Setup
|
- name: Install uv
|
||||||
uses: ./.github/actions/cognee_setup
|
uses: astral-sh/setup-uv@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.x'
|
enable-cache: true
|
||||||
|
|
||||||
- name: Validate uv lockfile and project metadata
|
- 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; }
|
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