8000
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 e7d9f77 commit 54b0d86Copy full SHA for 54b0d86
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
59
60
- name: Embedding tests
61
- run: dotnet test --runtime any-${{ matrix.platform }} -p:DefineConstants=FINALIZER_CHECK src/embed_tests/
+ run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
62
63
- name: Python Tests (Mono)
64
if: ${{ matrix.os != 'windows' }}
0 commit comments