Skip to content

Commit

Permalink
modified: .github/workflows/main.yml
Browse files Browse the repository at this point in the history
    modified:   eppy/runningnotes.txt
  • Loading branch information
Santosh Philip committed Nov 8, 2023
1 parent 5d75eaa commit 5f4238f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 9.2.0
default: 23.2.0
energyplus-sha:
description: 'EnergyPlus version SHA'
required: true
default: 921312fa1d
default: 7636e6b3e9
energyplus-install:
description: 'EnergyPlus major-minor-patch version'
default: 9-2-0
default: 23-2-0
required: true


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

- name: Test with pytest
env:
ENERGYPLUS_VERSION: 9.2.0
ENERGYPLUS_VERSION: 23.2.0
ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }}
ENERGYPLUS_INSTALL_VERSION: 9-2-0
ENERGYPLUS_INSTALL_VERSION: 23-2-0
EPPY_INTEGRATION: TRUE
run: |
pytest
6 changes: 3 additions & 3 deletions eppy/runningnotes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2023-11-05
----------

actions are doing the full tests at branch ``branchtest``. Pints to note
actions are doing the full tests at branch ``branchtest``. Points to note

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

Long term steps:

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

2022-12-21
----------
Expand Down

0 comments on commit 5f4238f

Please sign in to comment.