Add Testing Matrix #49
testing.yml
on: pull_request
Matrix: ${{ format('{0} - py {1} - {2} {3}
', matrix.os, matrix.python-version, matrix.toolchain.compiler, matrix.build) }}
Annotations
8 errors
|
ubuntu-latest - py 3.1 - gcc debug
Process completed with exit code 1.
|
|
ubuntu-latest - py 3.1 - gcc debug
The version '3.1' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
|
ubuntu-latest - py 3.1 - gcc opt
Process completed with exit code 1.
|
|
ubuntu-latest - py 3.1 - gcc opt
The version '3.1' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
|
ubuntu-latest - py 3.12 - gcc opt
Process completed with exit code 2.
|
|
ubuntu-latest - py 3.12 - gcc opt
Process completed with exit code 2.
|
|
ubuntu-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
ubuntu-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|