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 4, 2023
1 parent 31c6042 commit 864ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eppy/pytest_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def do_integration_tests():
"""
try:
# print(f"{os.environ['LANG'] = }")
print(f"{os.environ['ENERGYPLUS_VERSION'] = }")
print(f"{os.environ['GITHUB_ACTION'] = }")
result = os.environ['EPPY_INTEGRATION']
print(f" Actual EPPY_INTEGRATION = {result}")
except KeyError as e:
Expand Down

0 comments on commit 864ba8e

Please sign in to comment.