From 90135ae5807dddf74defa1801cd72ffca02863c7 Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Wed, 23 Apr 2025 09:16:32 +0200 Subject: [PATCH] add fake api key for test --- ci/test/.test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/.test.yml b/ci/test/.test.yml index a533335e..12eeed8d 100644 --- a/ci/test/.test.yml +++ b/ci/test/.test.yml @@ -10,6 +10,7 @@ script: - pip3 install -e . - pip install inline-snapshot pytest-asyncio graphviz pytest-mock + - echo "OPENAI_API_KEY=fake-api-key-for-tests" > .env - pytest -s $TEST_PATH tags: - p40