File tree Expand file tree Collapse file tree 1 file changed +6
-24
lines changed
Expand file tree Collapse file tree 1 file changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,10 @@ jobs:
3333 shell : bash -l {0}
3434 steps :
3535 - name : Check out code
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
38- lfs : false
39-
40- - name : Pull LFS
41- run : |
42- git lfs install --force
43- git lfs pull
44-
45- - name : Init submodule
46- run : |
47- git submodule init
48- git submodule update
38+ lfs : true
39+ submdules : false
4940
5041 - name : Build tgz package
5142 shell : bash
@@ -104,19 +95,10 @@ jobs:
10495 ENABLE_CUDA : ${{ matrix.enable_cuda }}
10596 steps :
10697 - name : Check out code
107- uses : actions/checkout@v3
98+ uses : actions/checkout@v4
10899 with :
109- lfs : false
110-
111- - name : Pull LFS
112- run : |
113- git lfs install --force
114- git lfs pull
115-
116- - name : Init submodule
117- run : |
118- git submodule init
119- git submodule update
100+ lfs : true
101+ submdules : false
120102
121103 - name : Build manylinux wheels
122104 shell : bash
You can’t perform that action at this time.
0 commit comments