This commit is contained in:
@@ -33,8 +33,8 @@ random.seed(13)
|
||||
|
||||
# load local test environment variables
|
||||
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
||||
if test_env_path.exists():
|
||||
load_dotenv(test_env_path.as_posix())
|
||||
load_dotenv(os.getenv('GITHUB_ENV', default='.'))
|
||||
|
||||
# define test environment variables
|
||||
necessary_env_vars = {
|
||||
|
||||
Reference in New Issue
Block a user