mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
setting proper local .env var that override defaults
This commit is contained in:
3
tests/conftest.py
Normal file
3
tests/conftest.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# conftest.py
|
||||
from dotenv import load_dotenv
|
||||
load_result = load_dotenv(override=True)
|
||||
Reference in New Issue
Block a user