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 2121 runs-on : ubuntu-latest
2222
2323 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 }}
2530 - name : Set up Python
2631 uses : actions/setup-python@v3
2732 with :
3136 temp : ${{ runner.temp }}
3237 cuda : ' 12.9'
3338 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
3641 shell : bash
3742 - name : Install dependencies
3843 run : |
You can’t perform that action at this time.
0 commit comments