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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - os: windows
|
- os: windows
|
||||||
# instruction: avx2
|
instruction: avx2
|
||||||
# python-version: "3.9"
|
python-version: "3.9"
|
||||||
# - os: ubuntu-20.04-lts
|
- os: ubuntu-20.04-lts
|
||||||
# instruction: avx512
|
instruction: avx512
|
||||||
# python-version: "3.9"
|
python-version: "3.9"
|
||||||
# - os: windows
|
- os: windows
|
||||||
# instruction: avx2
|
instruction: avx2
|
||||||
# python-version: "3.10"
|
python-version: "3.10"
|
||||||
# - os: ubuntu-20.04-lts
|
- os: ubuntu-20.04-lts
|
||||||
# instruction: avx512
|
instruction: avx512
|
||||||
# python-version: "3.10"
|
python-version: "3.10"
|
||||||
- os: windows
|
- os: windows
|
||||||
instruction: avx2
|
instruction: avx2
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
@ -205,7 +205,6 @@ jobs:
|
||||||
pip install -U typing_extensions==4.5.0
|
pip install -U typing_extensions==4.5.0
|
||||||
bash python/llm/test/run-llm-langchain-tests.sh
|
bash python/llm/test/run-llm-langchain-tests.sh
|
||||||
llm-unit-test-on-arc:
|
llm-unit-test-on-arc:
|
||||||
if: false
|
|
||||||
needs: llm-cpp-build
|
needs: llm-cpp-build
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue