From 2706bfd9220db1f0e9166e4e52ba5f4e95967f80 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 30 Jul 2022 12:09:23 -0300 Subject: [PATCH] [Expriment] Trying to avoid using /usr/bin/pcbnew_do - Why is shutil.which picking it?! --- .github/workflows/pythonapp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 9438cb7c..a375592f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -50,6 +50,9 @@ jobs: #### Experimental stuff: # Install KiAuto pip3 install git+https://github.com/INTI-CMNB/KiAuto.git@kicad_interposer + rm /usr/bin/pcbnew_do + rm /usr/bin/eeschema_do + rm /usr/bin/kicad2step_do #### End Experimental stuff # Unify coverage versions to allow combine pip3 install --upgrade coverage==5.1