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 9475d49 commit 85c9cdaCopy full SHA for 85c9cda
.github/workflows/main.yml
@@ -65,6 +65,13 @@ jobs:
65
with:
66
dotnet-version: '8.0.x'
67
68
+ - name: Install Mono
69
+ uses: ConorMacBride/install-package@v1.1.0
70
+ with:
71
+ brew: mono
72
+ choco: mono
73
+ apt: mono
74
+
75
- name: Set up Python ${{ matrix.python }}
76
uses: astral-sh/setup-uv@v7
77
@@ -76,9 +83,6 @@ jobs:
83
- name: Synchronize the virtual environment
84
run: uv sync --managed-python
78
85
79
- - name: Show pyvenv.cfg
80
- run: cat .venv/pyvenv.cfg
81
-
82
86
- name: Embedding tests (Mono/.NET Framework)
87
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net472 --logger "console;verbosity=detailed" src/embed_tests/
88
if: always()
0 commit comments