Skip to content

Commit

Permalink
modified: eppy/pytest_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 5, 2023
1 parent a53e3f3 commit bcdc693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eppy/pytest_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bcdc693

Please sign in to comment.