arc-ut with 3.10 & 3.11
This commit is contained in:
parent
d4ab5904ef
commit
4f9fd0dffd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/llm_unit_tests.yml
vendored
3
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue