add conda update -n base conda

This commit is contained in:
Jasonzzt 2023-11-01 16:36:35 +08:00
parent 2fff0e8c21
commit 3c3329010d

View file

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