From 56a3dcdabdb6f85e7819cdbce4610f3b01226a9a Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Wed, 23 Nov 2022 16:05:30 +0800 Subject: [PATCH] [workflow] fixed the typo in condarc (#2006) --- .github/workflows/release_bdist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_bdist.yml b/.github/workflows/release_bdist.yml index ef75cef4b..c9c51df8d 100644 --- a/.github/workflows/release_bdist.yml +++ b/.github/workflows/release_bdist.yml @@ -70,7 +70,7 @@ jobs: ln -s /github/home/pip_wheels ./pip_wheels # set the conda package path - echo pkgs_dirs:\n\t- $PWD/conda_pkgs > ~/.condarc + echo "pkgs_dirs:\n - $PWD/conda_pkgs" > ~/.condarc # set safe directory git config --global --add safe.directory /__w/ColossalAI/ColossalAI