File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 73
73
run : dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
74
74
75
75
- 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/
78
80
79
81
# TODO: Run mono tests on Windows?
Original file line number Diff line number Diff line change 1
1
/src /runtime /interopNative.cs
2
- ! /src /perf_tests /baseline /Python.Runtime.dll
2
+ /src /perf_tests /baseline /
3
3
4
4
# General binaries and Build results
5
5
* .dll
You can’t perform that action at this time.
0 commit comments