Unverified Commit 56a3dcda authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent 7ad9bd14
...@@ -70,7 +70,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment