We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fa1c5 commit a5b67c6Copy full SHA for a5b67c6
.github/workflows/main.yml
@@ -80,10 +80,10 @@ jobs:
80
run: |
81
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(find_libpython)"
82
83
- - name: Embedding tests
84
- run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
85
- env:
86
- MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
+ # - name: Embedding tests
+ # run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
+ # env:
+ # MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
87
88
- name: Python Tests (Mono)
89
if: ${{ matrix.os.category != 'windows' }}
0 commit comments