diff --git a/.github/actions/cognee_setup/action.yml b/.github/actions/cognee_setup/action.yml index 869582585..9ae669b53 100644 --- a/.github/actions/cognee_setup/action.yml +++ b/.github/actions/cognee_setup/action.yml @@ -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