From bcdc693be359c7b9c8cb2ca7d92364a5f02241e5 Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Sun, 5 Nov 2023 07:59:06 -0800 Subject: [PATCH] modified: eppy/pytest_helpers.py --- eppy/pytest_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eppy/pytest_helpers.py b/eppy/pytest_helpers.py index c35b3fa9..bd946908 100755 --- a/eppy/pytest_helpers.py +++ b/eppy/pytest_helpers.py @@ -35,6 +35,8 @@ def do_integration_tests(): try: # print(f"{os.environ['LANG'] = }") print(f"{os.environ['GITHUB_ACTION'] = }") + print(f"{os.environ['ENERGYPLUS_INSTALL_VERSION'] = }") + print(f"{os.environ['ENERGYPLUS_VERSION'] = }") result = os.environ['EPPY_INTEGRATION'] print(f" Actual EPPY_INTEGRATION = {result}") except KeyError as e: