spr & arc ut with python 3.9 & 3.10 & 3.11
This commit is contained in:
parent
687da21467
commit
d1bdc0ef72
1 changed files with 12 additions and 13 deletions
25
.github/workflows/llm_unit_tests.yml
vendored
25
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -43,18 +43,18 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# - os: windows
|
||||
# instruction: avx2
|
||||
# python-version: "3.9"
|
||||
# - os: ubuntu-20.04-lts
|
||||
# instruction: avx512
|
||||
# python-version: "3.9"
|
||||
# - os: windows
|
||||
# instruction: avx2
|
||||
# python-version: "3.10"
|
||||
# - os: ubuntu-20.04-lts
|
||||
# instruction: avx512
|
||||
# python-version: "3.10"
|
||||
- os: windows
|
||||
instruction: avx2
|
||||
python-version: "3.9"
|
||||
- os: ubuntu-20.04-lts
|
||||
instruction: avx512
|
||||
python-version: "3.9"
|
||||
- os: windows
|
||||
instruction: avx2
|
||||
python-version: "3.10"
|
||||
- os: ubuntu-20.04-lts
|
||||
instruction: avx512
|
||||
python-version: "3.10"
|
||||
- os: windows
|
||||
instruction: avx2
|
||||
python-version: "3.11"
|
||||
|
|
@ -205,7 +205,6 @@ jobs:
|
|||
pip install -U typing_extensions==4.5.0
|
||||
bash python/llm/test/run-llm-langchain-tests.sh
|
||||
llm-unit-test-on-arc:
|
||||
if: false
|
||||
needs: llm-cpp-build
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue