2025.11.2

This commit is contained in:
2287551746@qq.com
2025-11-02 21:00:31 +08:00
parent 6c022f9f1e
commit 6332ff93bb
8 changed files with 384 additions and 23 deletions
+4 -3
View File
@@ -23,12 +23,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
# 使用--use-deprecated=legacy-resolver来更好地处理依赖冲突
pip install -r requirements.txt --use-deprecated=legacy-resolver
pip install pytest faiss-cpu
- name: Run basic checks
run: |