[Experiment] Trying to figure out why KiAuto isn't using the interposer
This commit is contained in:
parent
9a425390b5
commit
adcd77a821
|
|
@ -55,6 +55,8 @@ jobs:
|
||||||
rm /usr/bin/eeschema_do
|
rm /usr/bin/eeschema_do
|
||||||
rm /usr/bin/kicad2step_do
|
rm /usr/bin/kicad2step_do
|
||||||
rm -r /usr/lib/python3/dist-packages/kiauto*
|
rm -r /usr/lib/python3/dist-packages/kiauto*
|
||||||
|
ls -la /github/home/.local/bin/
|
||||||
|
ls -la /github/home/.local/lib/python3*/dist-packages/kiauto*
|
||||||
#### End Experimental stuff
|
#### 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
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ def test_render_3d_variant_1(test_dir):
|
||||||
if context.ki5():
|
if context.ki5():
|
||||||
yaml += '_k5'
|
yaml += '_k5'
|
||||||
ctx = context.TestContext(test_dir, prj, yaml)
|
ctx = context.TestContext(test_dir, prj, yaml)
|
||||||
ctx.run()
|
ctx.run(extra_debug=True)
|
||||||
# Check all outputs are there
|
# Check all outputs are there
|
||||||
name = prj+'-3D_top.png'
|
name = prj+'-3D_top.png'
|
||||||
ctx.expect_out_file(name)
|
ctx.expect_out_file(name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue