[Experiment] Try using KiAuto from kicad_interposer for tests

This commit is contained in:
Salvador E. Tropea 2022-07-30 11:53:07 -03:00
parent 320f1a38ff
commit 53a5107757
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ jobs:
run: |
rm -rf output
rm -f tests/.local
#### Experimental stuff:
# Install KiAuto
pip3 install git+https://github.com/INTI-CMNB/KiAuto.git@kicad_interposer
#### End Experimental stuff
# Unify coverage versions to allow combine
pip3 install --upgrade coverage==5.1
ln -s /usr/local/bin/coverage3 /usr/local/bin/python3-coverage || true