Skip to content

Commit

Permalink
modified: .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 5, 2023
1 parent 1d29693 commit 0e6fa44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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

0 comments on commit 0e6fa44

Please sign in to comment.