From 3c3329010df75d85ff64068a2d51c72835dd3699 Mon Sep 17 00:00:00 2001 From: Jasonzzt Date: Wed, 1 Nov 2023 16:36:35 +0800 Subject: [PATCH] add conda update -n base conda --- .github/workflows/llm_unit_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/llm_unit_tests.yml b/.github/workflows/llm_unit_tests.yml index 699cdadb..21bbe829 100644 --- a/.github/workflows/llm_unit_tests.yml +++ b/.github/workflows/llm_unit_tests.yml @@ -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: