arc-ut with 3.10 & 3.11

This commit is contained in:
Jasonzzt 2023-11-01 10:51:57 +08:00
parent d4ab5904ef
commit 4f9fd0dffd

View file

@ -38,6 +38,7 @@ jobs:
llm-cpp-build:
uses: ./.github/workflows/llm-binary-build.yml
llm-unit-test:
if: false
needs: llm-cpp-build
strategy:
fail-fast: false
@ -203,7 +204,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
python-version: ["3.9","3.10","3.11"]
runs-on: [self-hosted, llm, arc]
env:
OMP_NUM_THREADS: 16