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