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:48:43 UTC

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

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 618250339f feat(plc4py/github): Oops
618250339f is described below

commit 618250339ff68ba1c02052327e3f77545493239c
Author: Ben Hutcheson <be...@gmail.com>
AuthorDate: Mon Nov 14 11:47:55 2022 -0600

    feat(plc4py/github): Oops
---
 .github/workflows/python-build.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 354497bc68..92a12ea1e4 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -107,8 +107,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install flake8 pytest
-          pip install . ./[dev]
+          pip install flake8 pytest          
 
       - name: Lint with flake8
         run: |