Browse Source

[workflow] fixed the typo in condarc (#2006)

pull/2007/head
Frank Lee 2 years ago committed by GitHub
parent
commit
56a3dcdabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release_bdist.yml

2
.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

Loading…
Cancel
Save