update conda
This commit is contained in:
parent
cb7ef38e86
commit
964a8e6dc1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/llm-binary-build.yml
vendored
1
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -58,6 +58,7 @@ jobs:
|
||||||
export http_proxy=${HTTP_PROXY}
|
export http_proxy=${HTTP_PROXY}
|
||||||
export https_proxy=${HTTPS_PROXY}
|
export https_proxy=${HTTPS_PROXY}
|
||||||
yum install -y gcc-toolset-11 cmake git
|
yum install -y gcc-toolset-11 cmake git
|
||||||
|
conda update -n base conda
|
||||||
conda remove -n python39 --all -y
|
conda remove -n python39 --all -y
|
||||||
conda create -n python39 python=3.9 -y
|
conda create -n python39 python=3.9 -y
|
||||||
conda remove -n python310 --all -y
|
conda remove -n python310 --all -y
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue