Skip to content

Commit

Permalink
feat(plc4py/github): Install flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Nov 14, 2022
1 parent 50c3fb6 commit aec6b0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install . ./[dev]
- name: Lint with flake8
run: |
Expand Down

0 comments on commit aec6b0e

Please sign in to comment.