mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 14:33:20 +00:00
[workflow] fixed the typo in condarc (#2006)
This commit is contained in:
parent
7ad9bd14d8
commit
56a3dcdabd
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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user