Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
56a3dcda
Unverified
Commit
56a3dcda
authored
Nov 23, 2022
by
Frank Lee
Committed by
GitHub
Nov 23, 2022
Browse files
[workflow] fixed the typo in condarc (#2006)
parent
7ad9bd14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release_bdist.yml
.github/workflows/release_bdist.yml
+1
-1
No files found.
.github/workflows/release_bdist.yml
View file @
56a3dcda
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment