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 51461a5 commit 44d9355
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
energyplus-install: 9-2-0

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- 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
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 44d9355

Please sign in to comment.