File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9999 CUDA_VERSION : ${{ matrix.cuda }}
100100 TORCH_VERSION : ${{ matrix.torch }}
101101 steps :
102+ - name : Checkout
103+ uses : actions/checkout@v4
104+ with :
105+ submodules : recursive
102106 - name : Delete old files
103107 run : rm -rf dist/*
104108
Original file line number Diff line number Diff line change 8181 CUDA_VERSION : ${{ matrix.cuda }}
8282 TORCH_VERSION : ${{ matrix.torch }}
8383 steps :
84+ - name : Checkout
85+ uses : actions/checkout@v4
86+ with :
87+ submodules : recursive
8488 - name : Delete old files
8589 run : rm -rf dist/*
8690
Original file line number Diff line number Diff line change 9696 CUDA_VERSION : ${{ matrix.cuda }}
9797 TORCH_VERSION : ${{ matrix.torch }}
9898 steps :
99+ - name : Checkout
100+ uses : actions/checkout@v4
101+ with :
102+ submodules : recursive
99103 - name : Delete old files
100104 run : rm -rf dist/*
101105
You can’t perform that action at this time.
0 commit comments