File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(python -m find_libpython)"
6666
6767 - name : Embedding tests
68- run : dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/
68+ run : dotnet test --no-self-contained -- runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/
6969 env :
7070 MONO_THREADS_SUSPEND : preemptive # https://github.com/mono/mono/issues/21466
7171
@@ -83,12 +83,12 @@ jobs:
8383 run : pytest --runtime netfx
8484
8585 - name : Python tests run from .NET
86- run : dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
86+ run : dotnet test --no-self-contained -- runtime any-${{ matrix.platform }} src/python_tests_runner/
8787
8888 - name : Perf tests
8989 if : ${{ (matrix.python == '3.8') && (matrix.platform == 'x64') }}
9090 run : |
9191 pip install --force --no-deps --target src/perf_tests/baseline/ pythonnet==2.5.2
92- dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
92+ dotnet test --no-self-contained -- configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
9393
9494 # TODO: Run mono tests on Windows?
You can’t perform that action at this time.
0 commit comments