Skip to content

Commit bc5288b

Browse files
committed
Get baseline dll from pypi
1 parent 64e79f6 commit bc5288b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Perf tests
7676
if: ${{ matrix.python == '3.8' }}
77-
run: dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
77+
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/
7880
7981
# TODO: Run mono tests on Windows?

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

src/perf_tests/baseline/.gitkeep

Whitespace-only changes.
-173 KB
Binary file not shown.

0 commit comments

Comments
 (0)