Skip to content

Update actions, update setup.py, bump version #33

Update actions, update setup.py, bump version

Update actions, update setup.py, bump version #33

Workflow file for this run

name: Flake8
on: [push]
jobs:
flake8:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
- name: Set up Python 3.8
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
with:
python-version: 3.8
- name: Install Pip Dependencies
run: pip install flake8
- name: Run Flake8
run: flake8 energyplus_api_helpers