mirror of https://github.com/hpcaitech/ColossalAI
[workflow] handled the git directory ownership error (#1741)
parent
d373e67b99
commit
9d0560af9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue