From ed6352f8c03e2e5f020b392f41f5934e7817badf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 22 Apr 2023 13:40:55 +1000 Subject: [PATCH] github: disable py2 testing --- .github/workflows/test_chibios.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test_chibios.yml b/.github/workflows/test_chibios.yml index 0b53158306..e9f1d2aa90 100644 --- a/.github/workflows/test_chibios.yml +++ b/.github/workflows/test_chibios.yml @@ -43,9 +43,6 @@ jobs: exclude: - gcc: 10 toolchain: chibios-clang - include: - - config: stm32h7 - toolchain: chibios-py2 steps: # git checkout the PR