add conda update -n base conda
This commit is contained in:
parent
2fff0e8c21
commit
3c3329010d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/llm_unit_tests.yml
vendored
6
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -47,19 +47,19 @@ jobs:
|
|||
instruction: avx2
|
||||
python-version: "3.9"
|
||||
- os: ubuntu-20.04-lts
|
||||
instruction: avx2
|
||||
instruction: avx512
|
||||
python-version: "3.9"
|
||||
- os: windows
|
||||
instruction: avx2
|
||||
python-version: "3.10"
|
||||
- os: ubuntu-20.04-lts
|
||||
instruction: avx2
|
||||
instruction: avx512
|
||||
python-version: "3.10"
|
||||
- os: windows
|
||||
instruction: avx2
|
||||
python-version: "3.11"
|
||||
- os: ubuntu-20.04-lts
|
||||
instruction: avx2
|
||||
instruction: avx512
|
||||
python-version: "3.11"
|
||||
runs-on: [self-hosted, llm, "${{matrix.instruction}}", "${{matrix.os}}"]
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue