[Experiment] Try using KiAuto from kicad_interposer for tests
This commit is contained in:
parent
320f1a38ff
commit
53a5107757
|
|
@ -47,6 +47,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm -rf output
|
rm -rf output
|
||||||
rm -f tests/.local
|
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
|
# Unify coverage versions to allow combine
|
||||||
pip3 install --upgrade coverage==5.1
|
pip3 install --upgrade coverage==5.1
|
||||||
ln -s /usr/local/bin/coverage3 /usr/local/bin/python3-coverage || true
|
ln -s /usr/local/bin/coverage3 /usr/local/bin/python3-coverage || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue