File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
energyplus-version :
11
11
description : ' EnergyPlus major.minor.patch version'
12
12
required : true
13
- default : 9 .2.0
13
+ default : 23 .2.0
14
14
energyplus-sha :
15
15
description : ' EnergyPlus version SHA'
16
16
required : true
17
- default : 921312fa1d
17
+ default : 7636e6b3e9
18
18
energyplus-install :
19
19
description : ' EnergyPlus major-minor-patch version'
20
- default : 9 -2-0
20
+ default : 23 -2-0
21
21
required : true
22
22
23
23
54
54
55
55
- name : Test with pytest
56
56
env :
57
- ENERGYPLUS_VERSION : 9 .2.0
57
+ ENERGYPLUS_VERSION : 23 .2.0
58
58
ENERGYPLUS_SHA : ${{ inputs.energyplus-sha }}
59
- ENERGYPLUS_INSTALL_VERSION : 9 -2-0
59
+ ENERGYPLUS_INSTALL_VERSION : 23 -2-0
60
60
EPPY_INTEGRATION : TRUE
61
61
run : |
62
62
pytest
Original file line number Diff line number Diff line change 1
1
2023-11-05
2
2
----------
3
3
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
5
5
6
6
- EPPY-INTEGRATION is set to True (can be st to true in master and false in develop)
7
7
- 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
16
16
17
17
Long term steps:
18
18
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.
21
21
22
22
2022-12-21
23
23
----------
You can’t perform that action at this time.
0 commit comments