spr & arc ut with python 3.9 & 3.10 & 3.11

This commit is contained in:
Jasonzzt 2023-11-01 22:57:48 +08:00
parent 687da21467
commit d1bdc0ef72

View file

@ -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