Skip to content

Commit

Permalink
modified: .github/workflows/main.yml
Browse files Browse the repository at this point in the history
    modified:   eppy/pytest_helpers.py
  • Loading branch information
Santosh Philip committed Nov 5, 2023
1 parent bcdc693 commit 1d29693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:

- name: Test with pytest
env:
ENERGYPLUS_VERSION: ${{ inputs.energyplus-version }}
ENERGYPLUS_VERSION: 8.9.0
ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }}
ENERGYPLUS_INSTALL_VERSION: ${{ inputs.energyplus-install }}
ENERGYPLUS_INSTALL_VERSION: 8-9-0
EPPY_INTEGRATION: True
run: |
pytest -vs tests/test_runner.py
4 changes: 3 additions & 1 deletion eppy/pytest_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ 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_SHA'] = }")
print(f"{os.environ['ENERGYPLUS_VERSION'] = }")
print(f"{os.environ['ENERGYPLUS_INSTALL_VERSION'] = }")
print(f"{os.environ['EPPY_INTEGRATION'] = }")
result = os.environ['EPPY_INTEGRATION']
print(f" Actual EPPY_INTEGRATION = {result}")
except KeyError as e:
Expand Down

0 comments on commit 1d29693

Please sign in to comment.