Skip to content

Commit 5f4238f

Browse files
author
Santosh Philip
committed
modified: .github/workflows/main.yml
modified: eppy/runningnotes.txt
1 parent 5d75eaa commit 5f4238f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
energyplus-version:
1111
description: 'EnergyPlus major.minor.patch version'
1212
required: true
13-
default: 9.2.0
13+
default: 23.2.0
1414
energyplus-sha:
1515
description: 'EnergyPlus version SHA'
1616
required: true
17-
default: 921312fa1d
17+
default: 7636e6b3e9
1818
energyplus-install:
1919
description: 'EnergyPlus major-minor-patch version'
20-
default: 9-2-0
20+
default: 23-2-0
2121
required: true
2222

2323

@@ -54,9 +54,9 @@ jobs:
5454

5555
- name: Test with pytest
5656
env:
57-
ENERGYPLUS_VERSION: 9.2.0
57+
ENERGYPLUS_VERSION: 23.2.0
5858
ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }}
59-
ENERGYPLUS_INSTALL_VERSION: 9-2-0
59+
ENERGYPLUS_INSTALL_VERSION: 23-2-0
6060
EPPY_INTEGRATION: TRUE
6161
run: |
6262
pytest

eppy/runningnotes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2023-11-05
22
----------
33

4-
actions are doing the full tests at branch ``branchtest``. Pints to note
4+
actions are doing the full tests at branch ``branchtest``. Points to note
55

66
- EPPY-INTEGRATION is set to True (can be st to true in master and false in develop)
77
- install E+ version 9.2.0 in CI. This is harcoded in ./github/worflows/install.sh and ./samepath/main.yml
@@ -16,8 +16,8 @@ put double quote in VERSION = os.environ['ENERGYPLUS_INSTALL_VERSION'] of confte
1616

1717
Long term steps:
1818

19-
- Install any versionf of E+ on CI
20-
- toggel for local and CI E+ version for testing.
19+
- Install any version of E+ on CI
20+
- toggle for local and CI E+ version for testing.
2121

2222
2022-12-21
2323
----------

0 commit comments

Comments
 (0)