Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathon Broughton fbfd8bbc92 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
2025-02-13 02:27:44 +00:00
+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",