ci/core: skip compatibility scanning in CI (LEANN_SKIP_COMPAT=1) to avoid slow/hanging process scans; always pick a fresh available port

This commit is contained in:
Andy Lee
2025-08-13 22:39:51 -07:00
parent 6af8101977
commit dfe60a152f
2 changed files with 17 additions and 3 deletions

View File

@@ -278,6 +278,7 @@ jobs:
- name: Run tests with pytest
env:
CI: true
LEANN_SKIP_COMPAT: 1
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
HF_HUB_DISABLE_SYMLINKS: 1
TOKENIZERS_PARALLELISM: false