You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/14 17:46:16 UTC

[plc4x] branch develop updated: feat(plc4py/github): Install flake8

This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new aec6b0ef35 feat(plc4py/github): Install flake8
aec6b0ef35 is described below

commit aec6b0ef35f7fefb50750e6f37c2e1e1e8cb998c
Author: Ben Hutcheson <be...@gmail.com>
AuthorDate: Mon Nov 14 11:45:27 2022 -0600

    feat(plc4py/github): Install flake8
---
 .github/workflows/python-build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 00a54753a2..354497bc68 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -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: |