mirror of https://github.com/hpcaitech/ColossalAI
[workflow] fixed the typo in condarc (#2006)
parent
7ad9bd14d8
commit
56a3dcdabd
|
@ -70,7 +70,7 @@ jobs:
|
||||||
ln -s /github/home/pip_wheels ./pip_wheels
|
ln -s /github/home/pip_wheels ./pip_wheels
|
||||||
|
|
||||||
# set the conda package path
|
# 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
|
# set safe directory
|
||||||
git config --global --add safe.directory /__w/ColossalAI/ColossalAI
|
git config --global --add safe.directory /__w/ColossalAI/ColossalAI
|
||||||
|
|
Loading…
Reference in New Issue