Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne authored May 25, 2021
1 parent 1f33a3a commit 51461a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,19 @@ jobs:
matrix:
python-version: [3.7, 3.8]
os: [ubuntu-latest]
energyplus-version: [ 9.2.0 ] # later, add 9.4.0
include:
- energyplus-version: 9.2.0
energyplus-sha: 921312fa1d
energyplus-install: 9-2-0

steps:
- name: Install EnergyPlus
env:
ENERGYPLUS_VERSION: ${{ matrix.energyplus-version }}
ENERGYPLUS_SHA: ${{ matrix.energyplus-sha }}
ENERGYPLUS_INSTALL_VERSION: ${{ matrix.energyplus-install }}
run: bash ./install_energyplus.sh
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 51461a5

Please sign in to comment.