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:
Jonathon Broughton
2025-02-13 02:27:44 +00:00
committed by GitHub
parent 6c33c61a6d
commit fbfd8bbc92
+1 -1
View File
@@ -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",