XingHeYuZhuan 1 mese fa
parent
commit
4c16da808f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/build-index.yml

+ 2 - 2
.github/workflows/build-index.yml

@@ -20,10 +20,10 @@ jobs:
         with:
           python-version: '3.11'
 
-      - name: 安装 Python 依赖 (PyYAML)
+      - name: 安装 Python 依赖
         run: |
           python -m pip install --upgrade pip
-          pip install pyyaml
+          pip install pyyaml protobuf
       
       - name: 执行数据构建脚本
         # 脚本将生成 school_index.pb 到仓库根目录