try fake api key

This commit is contained in:
Mery-Sanz 2025-04-23 11:32:53 +02:00
parent 90135ae580
commit 7d3dca9d36
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +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
- echo 'OPENAI_API_KEY="sk-fake"' > .env
- pytest -s $TEST_PATH
tags:
- p40