diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5f5e9af..3761af74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 \ No newline at end of file diff --git a/eppy/runningnotes.txt b/eppy/runningnotes.txt index 88712423..1e207106 100644 --- a/eppy/runningnotes.txt +++ b/eppy/runningnotes.txt @@ -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 @@ -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 ----------