File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ jobs:
94
94
run : pytest --runtime netfx
95
95
96
96
- 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/
98
98
99
99
- name : Perf tests
100
100
if : ${{ (matrix.python == '3.8') && (matrix.os.platform == 'x64') }}
101
101
run : |
102
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/
103
+ uv run dotnet test --configuration Release --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/perf_tests/
104
104
# TODO: Run mono tests on Windows?
You can’t perform that action at this time.
0 commit comments