test
This commit is contained in:
parent
d51821e264
commit
6f1cee90a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-binary-build.yml
vendored
2
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
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
|
||||||
conda create -n python310 python=3.10 -y
|
conda create -n python310 python=3.10 -y
|
||||||
conda remove -n python311 --all -y
|
|
||||||
conda create -n python311 python=3.11 -y
|
conda create -n python311 python=3.11 -y
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue