mirror of https://github.com/aliasrobotics/cai.git
add fake api key for test
This commit is contained in:
parent
e3d8d25fce
commit
90135ae580
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue