github: drop python2 tests

Since the build system defaults to python3 now, these have not worked
as advertised in a while now (they have test py3 twice).

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2021-09-08 19:40:24 +10:00 committed by Gerwin Klein
parent e18e32e28e
commit 863ee83ca8

View file

@ -21,7 +21,6 @@ jobs:
matrix:
arch: [ARM, ARM_HYP, RISCV64, X64]
compiler: [gcc, llvm]
python: [py2, py3]
exclude:
# llvm RISCV64 compilation is not currently supported
- arch: RISCV64
@ -32,4 +31,3 @@ jobs:
with:
ARCH: ${{ matrix.arch }}
COMPILER: ${{ matrix.compiler }}
PYTHON: ${{ matrix.python }}