chore: add step to rebuild uv lockfile in CI workflow
This commit is contained in:
parent
bcdbadc468
commit
3941e469e5
1 changed files with 6 additions and 0 deletions
6
.github/actions/cognee_setup/action.yml
vendored
6
.github/actions/cognee_setup/action.yml
vendored
|
|
@ -24,6 +24,12 @@ runs:
|
|||
uses: astral-sh/setup-uv@v4
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- name: Rebuild uv lockfile
|
||||
shell: bash
|
||||
run: |
|
||||
rm uv.lock
|
||||
uv lock
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue