|
77 | 77 | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONHOME=$(python -c 'import sys; print(sys.prefix)')" |
78 | 78 |
|
79 | 79 | -name:Embedding tests |
| 80 | +if:${{ matrix.python != '3.13' }} |
80 | 81 | run:dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/ |
81 | 82 | env: |
82 | 83 | MONO_THREADS_SUSPEND:preemptive# https://github.com/mono/mono/issues/21466 |
|
95 | 96 | run:pytest --runtime netfx |
96 | 97 |
|
97 | 98 | -name:Python tests run from .NET |
| 99 | +if:${{ matrix.python != '3.13' }} |
98 | 100 | run:dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/ |
99 | 101 |
|
100 | 102 | -name:Perf tests |
|