From 5a5c7229a3c9a1e27a4bb2c34dd4a2466942b41e Mon Sep 17 00:00:00 2001 From: Sergio Castillo Date: Tue, 11 Aug 2026 15:03:46 +0200 Subject: [PATCH] ci: fix github actions --- .github/workflows/test.yml | 2 ++ CODEOWNERS | 1 + README.md | 4 +--- tests/cases/flows/conftest.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 749e317..66efc3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,6 +53,8 @@ jobs: run: poetry install --all-extras - name: Test with pytest + env: + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} run: | just test-all diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..8841526 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @scastlara @sdn4z @sacha-c @Rooni \ No newline at end of file diff --git a/README.md b/README.md index 6392929..eebb120 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # pytest-catnip -

- lgtm-logo -

+lgtm-logo diff --git a/tests/cases/flows/conftest.py b/tests/cases/flows/conftest.py index f61c891..3679341 100644 --- a/tests/cases/flows/conftest.py +++ b/tests/cases/flows/conftest.py @@ -48,7 +48,7 @@ async def handle_say_farewell(args: FlowArgs, fm: FlowManager) -> tuple[None, No { "role": "system", "content": ( - "You are a helpful assistant. Keep replies very short. " + "You are a helpful assistant. You must answer questions, including mathematical calculations. Keep replies very short. " "When the user says goodbye or wants to end the conversation, " "call say_farewell." ),