mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 01:28:31 +00:00
[workflow] handled the git directory ownership error (#1741)
This commit is contained in:
1
.github/workflows/release_bdist.yml
vendored
1
.github/workflows/release_bdist.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
run: |
|
||||
cp -r ./.github/workflows/scripts/* ./
|
||||
ln -s /github/home/pip_wheels ./pip_wheels
|
||||
git config --global --add safe.directory /__w/ColossalAI/ColossalAI
|
||||
git checkout $git_ref
|
||||
wget https://github.com/NVIDIA/cub/archive/refs/tags/1.8.0.zip
|
||||
unzip 1.8.0.zip
|
||||
|
Reference in New Issue
Block a user