We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e79f6 commit bc5288bCopy full SHA for bc5288b
.github/workflows/main.yml
@@ -74,6 +74,8 @@ jobs:
74
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/
+ run: |
78
+ pip install --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/
80
81
# TODO: Run mono tests on Windows?
.gitignore
@@ -1,5 +1,5 @@
1
/src/runtime/interopNative.cs
2
-!/src/perf_tests/baseline/Python.Runtime.dll
+/src/perf_tests/baseline/
3
4
# General binaries and Build results
5
*.dll
src/perf_tests/baseline/.gitkeep
src/perf_tests/baseline/Python.Runtime.dll
-173 KB
0 commit comments