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 @@ -76,16 +76,16 @@ jobs:
7676
7777 - name : Python Tests (Mono)
7878 if : ${{ matrix.os.category != 'windows' }}
79- run : uv run pytest --runtime mono
79+ run : uv run python -m pytest --runtime mono
8080
8181 # TODO: Run these tests on Windows x86
8282 - name : Python Tests (.NET Core)
8383 if : ${{ matrix.os.platform == 'x64' }}
84- run : uv run pytest --runtime coreclr
84+ run : uv run python -m pytest --runtime coreclr
8585
8686 - name : Python Tests (.NET Framework)
8787 if : ${{ matrix.os.category == 'windows' }}
88- run : uv run pytest --runtime netfx
88+ run : uv run python -m pytest --runtime netfx
8989
9090 - name : Python tests run from .NET
9191 run : uv run dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
You can’t perform that action at this time.
0 commit comments