File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/setup-python@v5
3232 with :
3333 python-version : " 3.x"
34-
35- - name : Run CUDA bash shell
36- env :
37- temp : ${{ runner.temp }}
38- cuda : ' 12.9'
39- run : |
40- chmod +x ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
41- ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
42- shell : bash
4334
4435 - name : Install Build
4536 run : |
@@ -48,10 +39,12 @@ jobs:
4839
4940 - name : Build wheels
5041 uses : pypa/cibuildwheel@v3.0.1
42+ env :
43+ CIBW_BEFORE_BUILD_LINUX : " chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh && {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
5144 with :
5245 package-dir : .
5346 output-dir : wheelhouse
54- config-file : . /pyproject.toml
47+ config-file : " {package} /pyproject.toml"
5548
5649 - name : Upload distributions
5750 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments