From 8f6e979fadf48c1455c6c9a1d4b0d567d7af39c3 Mon Sep 17 00:00:00 2001 From: Jasonzzt Date: Wed, 1 Nov 2023 15:10:11 +0800 Subject: [PATCH] test again --- .github/workflows/llm-binary-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-binary-build.yml b/.github/workflows/llm-binary-build.yml index fbfe1b35..8ac7809b 100644 --- a/.github/workflows/llm-binary-build.yml +++ b/.github/workflows/llm-binary-build.yml @@ -143,7 +143,7 @@ jobs: make clean conda remove -n python39 --all -y conda remove -n python310 --all -y - conda remove -n python311 --all -y + # conda remove -n python311 --all -y check-linux-avx512-artifact: runs-on: ubuntu-latest