Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee77ed1

Browse files
committed
Get baseline dll from pypi
1 parent64e79f6 commitee77ed1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
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?

‎.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)

[8]ページ先頭

©2009-2025 Movatter.jp