🌐 AI搜索 & 代理 主页
Skip to content

Commit 85c9cda

Browse files
committed
Use generic package installer
1 parent 9475d49 commit 85c9cda

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
with:
6666
dotnet-version: '8.0.x'
6767

68+
- name: Install Mono
69+
uses: ConorMacBride/install-package@v1.1.0
70+
with:
71+
brew: mono
72+
choco: mono
73+
apt: mono
74+
6875
- name: Set up Python ${{ matrix.python }}
6976
uses: astral-sh/setup-uv@v7
7077
with:
@@ -76,9 +83,6 @@ jobs:
7683
- name: Synchronize the virtual environment
7784
run: uv sync --managed-python
7885

79-
- name: Show pyvenv.cfg
80-
run: cat .venv/pyvenv.cfg
81-
8286
- name: Embedding tests (Mono/.NET Framework)
8387
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net472 --logger "console;verbosity=detailed" src/embed_tests/
8488
if: always()

0 commit comments

Comments
 (0)