mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 11:02:05 +00:00
[workflow] fixed the typo in condarc (#2006)
This commit is contained in:
2
.github/workflows/release_bdist.yml
vendored
2
.github/workflows/release_bdist.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user