From 8198118baa0403c35b086fd44d653dd6c2a74c1c Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:46:10 +0200 Subject: [PATCH] fix: added poetry lock rebuild (#1070) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .github/actions/cognee_setup/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/cognee_setup/action.yml b/.github/actions/cognee_setup/action.yml index 17ce7f413..326ea4b4a 100644 --- a/.github/actions/cognee_setup/action.yml +++ b/.github/actions/cognee_setup/action.yml @@ -21,6 +21,11 @@ runs: run: | python -m pip install --upgrade pip pip install poetry + + - name: Rebuild Poetry lock file + shell: bash + run: poetry lock + - name: Install dependencies shell: bash run: poetry install --no-interaction -E api -E docs -E evals -E gemini -E codegraph -E ollama -E dev -E neo4j