add fake api key for test

This commit is contained in:
Mery-Sanz 2025-04-23 09:16:32 +02:00
parent e3d8d25fce
commit 90135ae580
1 changed files with 1 additions and 0 deletions

View File

@ -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