From 964a8e6dc1f18db950222af346ec166985062f29 Mon Sep 17 00:00:00 2001 From: Jasonzzt Date: Wed, 1 Nov 2023 16:20:19 +0800 Subject: [PATCH] update conda --- .github/workflows/llm-binary-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/llm-binary-build.yml b/.github/workflows/llm-binary-build.yml index fee8f6d8..0ac66dad 100644 --- a/.github/workflows/llm-binary-build.yml +++ b/.github/workflows/llm-binary-build.yml @@ -58,6 +58,7 @@ jobs: export http_proxy=${HTTP_PROXY} export https_proxy=${HTTPS_PROXY} yum install -y gcc-toolset-11 cmake git + conda update -n base conda conda remove -n python39 --all -y conda create -n python39 python=3.9 -y conda remove -n python310 --all -y