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 31
31
- uses : actions/setup-python@v5
32
32
with :
33
33
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
43
34
44
35
- name : Install Build
45
36
run : |
@@ -48,10 +39,12 @@ jobs:
48
39
49
40
- name : Build wheels
50
41
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"
51
44
with :
52
45
package-dir : .
53
46
output-dir : wheelhouse
54
- config-file : . /pyproject.toml
47
+ config-file : " {package} /pyproject.toml"
55
48
56
49
- name : Upload distributions
57
50
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments