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:
1
.github/workflows/build-reusable.yml
vendored
1
.github/workflows/build-reusable.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user