From a0418eaab5a3f57b32be78f52a32e8b1502a730f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 6 Nov 2021 10:09:36 +1100 Subject: [PATCH] .github: install anytree along with elf_diff new unstated dependency which is causing CI to fall over --- .github/workflows/test_size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_size.yml b/.github/workflows/test_size.yml index 9823353694..adcfd85b97 100644 --- a/.github/workflows/test_size.yml +++ b/.github/workflows/test_size.yml @@ -110,7 +110,7 @@ jobs: - name: elf_diff compare with Master shell: bash run: | - python3 -m pip install -U weasyprint elf_diff + python3 -m pip install -U weasyprint elf_diff anytree python3 -m elf_diff --bin_prefix=arm-none-eabi- $GITHUB_WORKSPACE/master_bin/arduplane $GITHUB_WORKSPACE/pr_bin/arduplane tar cf multipage_pair_report.tar multipage_pair_report