File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ jobs:
9494 run : pytest --runtime netfx
9595
9696 - name : Python tests run from .NET
97- run : dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
97+ run : uv run dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
9898
9999 - name : Perf tests
100100 if : ${{ (matrix.python == '3.8') && (matrix.os.platform == 'x64') }}
101101 run : |
102102 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/
103+ uv run dotnet test --configuration Release --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/perf_tests/
104104 # TODO: Run mono tests on Windows?
You can’t perform that action at this time.
0 commit comments