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:
parent
e18e32e28e
commit
863ee83ca8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/compilation-checks.yml
vendored
2
.github/workflows/compilation-checks.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue