File tree Expand file tree Collapse file tree 2 files changed +118
-209
lines changed
Expand file tree Collapse file tree 2 files changed +118
-209
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,10 @@ jobs:
3434 run : |
3535 pip install --upgrade -r requirements.txt
3636
37- - name : Install
38- run : |
39- pip install -v .
40-
41- - name : Build Tests
37+ - name : Build and Install
4238 run : |
4339 python setup.py configure
44- dotnet build
40+ pip install -v .
4541
4642 - name : Python Tests
4743 run : pytest
5147 - name : Run Embedding tests with Mono
5248 run : |
5349 nuget install NUnit.ConsoleRunner
54- mono ./NUnit.ConsoleRunner.*/tools/nunit3-console.exe src/embed_tests/bin/net472/Python.Embedding.Test.dll
50+ dotnet build -f net472 src/embed_tests/ -o ./embed_tests_out
51+ mono ./NUnit.ConsoleRunner.*/tools/nunit3-console.exe ./embed_tests_out/Python.EmbeddingTest.dll
5552
5653 - name : Run Embedding tests
5754 run : dotnet test
You can’t perform that action at this time.
0 commit comments