From 1d296933a624e35ed95057ec01a7e620f5ee7700 Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Sun, 5 Nov 2023 08:04:23 -0800 Subject: [PATCH] modified: .github/workflows/main.yml modified: eppy/pytest_helpers.py --- .github/workflows/main.yml | 4 ++-- eppy/pytest_helpers.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8aee1c92..b9cc41be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file diff --git a/eppy/pytest_helpers.py b/eppy/pytest_helpers.py index bd946908..d828566d 100755 --- a/eppy/pytest_helpers.py +++ b/eppy/pytest_helpers.py @@ -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: