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 8, 2023
1 parent 5f4238f commit a7bc120
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: 23.2.0
default: 9.2.0
energyplus-sha:
description: 'EnergyPlus version SHA'
required: true
default: 7636e6b3e9
default: 921312fa1d
energyplus-install:
description: 'EnergyPlus major-minor-patch version'
default: 23-2-0
default: 9-2-0
required: true


Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:

- name: Test with pytest
env:
ENERGYPLUS_VERSION: 23.2.0
ENERGYPLUS_VERSION: 9.2.0
ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }}
ENERGYPLUS_INSTALL_VERSION: 23-2-0
ENERGYPLUS_INSTALL_VERSION: 9-2-0
EPPY_INTEGRATION: TRUE
run: |
pytest

0 comments on commit a7bc120

Please sign in to comment.