| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,14 +34,10 @@ jobs: | |||
| 34 | 34 | run: | | |
| 35 | 35 | pip install --upgrade -r requirements.txt | |
| 36 | 36 | ||
| 37 | - - name: Install | ||
| 38 | - run: | | ||
| 39 | - pip install -v . | ||
| 40 | - | ||
| 41 | - - name: Build Tests | ||
| 37 | + - name: Build and Install | ||
| 42 | 38 | run: | | |
| 43 | 39 | python setup.py configure | |
| 44 | - dotnet build | ||
| 40 | + pip install -v . | ||
| 45 | 41 | ||
| 46 | 42 | - name: Python Tests | |
| 47 | 43 | run: pytest | |
@@ -51,7 +47,8 @@ jobs: | |||
| 51 | 47 | - name: Run Embedding tests with Mono | |
| 52 | 48 | run: | | |
| 53 | 49 | 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 | ||
| 55 | 52 | ||
| 56 | 53 | - name: Run Embedding tests | |
| 57 | 54 | run: dotnet test | |
| Back | FazBrowse Home | New Git URL |
0 commit comments