Add Testing Matrix #67
testing.yml
on: pull_request
Matrix: ${{ format('{0} - py {1} - {2} {3}
', matrix.os, matrix.python-version, matrix.toolchain.compiler, matrix.build) }}
Annotations
4 errors and 2 warnings
|
ubuntu-latest - py 3.12 - gcc debug
ENOENT: no such file or directory, open '/home/runner/work/pyclaw/pyclaw/pyclaw/test-report.xml'
|
|
ubuntu-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
macos-latest - py 3.12 - gcc debug
ENOENT: no such file or directory, open '/Users/runner/work/pyclaw/pyclaw/pyclaw/test-report.xml'
|
|
macos-latest - py 3.12 - gcc debug
Process completed with exit code 2.
|
|
macos-latest - py 3.12 - gcc opt
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|
|
macos-latest - py 3.12 - gcc debug
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|