We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta03ca40 commit0ced4e6Copy full SHA for 0ced4e6
.github/workflows/main.yml
@@ -94,11 +94,11 @@ jobs:
94
run:pytest --runtime netfx
95
96
-name:Python tests run from .NET
97
-run:dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
+run:uv rundotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
98
99
-name:Perf tests
100
if:${{ (matrix.python == '3.8') && (matrix.os.platform == 'x64') }}
101
run:|
102
uv pip install --force --no-deps --target src/perf_tests/baseline/ pythonnet==2.5.2
103
- dotnet test --configuration Release --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/perf_tests/
+uv rundotnet test --configuration Release --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/perf_tests/
104
# TODO: Run mono tests on Windows?