From 0e6fa44bcc9e81d70ac7540898c74a5e2465d572 Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Sun, 5 Nov 2023 08:07:08 -0800 Subject: [PATCH] modified: .github/workflows/main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9cc41be..a46ac433 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,14 +10,14 @@ on: energyplus-version: description: 'EnergyPlus major.minor.patch version' required: true - default: 8.9.0 + default: 9.2.0 energyplus-sha: description: 'EnergyPlus version SHA' required: true default: 921312fa1d energyplus-install: description: 'EnergyPlus major-minor-patch version' - default: 8-9-0 + default: 9-2-0 required: true @@ -54,9 +54,9 @@ jobs: - name: Test with pytest env: - ENERGYPLUS_VERSION: 8.9.0 + ENERGYPLUS_VERSION: 9.2.0 ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }} - ENERGYPLUS_INSTALL_VERSION: 8-9-0 + ENERGYPLUS_INSTALL_VERSION: 9-2-0 EPPY_INTEGRATION: True run: | pytest -vs tests/test_runner.py \ No newline at end of file