fix for relative path to .env
I find I have to override this when running tests locally. Perhaps there is another way, or a failsafe alternative
This commit is contained in:
committed by
GitHub
parent
6c33c61a6d
commit
fbfd8bbc92
@@ -16,7 +16,7 @@ class TestAutomationEnvironment(BaseSettings):
|
||||
"""Get known environment variables from local `.env` file"""
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_file=".env",
|
||||
env_file="../.env",
|
||||
env_file_encoding="utf-8",
|
||||
env_prefix="speckle_",
|
||||
extra="ignore",
|
||||
|
||||
Reference in New Issue
Block a user