File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7373 run : dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
7474
7575 - name : Perf tests
76- if : ${{ matrix.python == '3.8' }}
77- run : dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
76+ if : ${{ matrix.python != '3.9' && matrix.python != '3.10' }}
77+ run : |
78+ pip install --only-binary=:all: --force --no-deps --target src/perf_tests/baseline/ pythonnet==2.5.2
79+ dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
7880
7981 # TODO: Run mono tests on Windows?
Original file line number Diff line number Diff line change 11/src /runtime /interopNative.cs
2- ! /src /perf_tests /baseline /Python.Runtime.dll
2+ /src /perf_tests /baseline /
33
44# General binaries and Build results
55* .dll
You can’t perform that action at this time.
0 commit comments