File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
+ - name : Checkout repository
26
+ uses : actions/checkout@v4
27
+ with :
28
+ submodules : ' recursive'
29
+ ssh-key : ${{ secrets.PAT_TOKEN }}
25
30
- name : Set up Python
26
31
uses : actions/setup-python@v3
27
32
with :
31
36
temp : ${{ runner.temp }}
32
37
cuda : ' 12.9'
33
38
run : |
34
- chmod +x . /tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
35
- . /tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
39
+ chmod +x ${{github.workspace}} /tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
40
+ ${{github.workspace}} /tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
36
41
shell : bash
37
42
- name : Install dependencies
38
43
run : |
You can’t perform that action at this time.
0 commit comments