File tree 3 files changed +21
-3
lines changed 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 60
60
required : false
61
61
type : string
62
62
default : x86_64
63
- setup-miniconda :
63
+ submodules :
64
64
description : Works as stated in actions/checkout, but the default value is recursive
65
65
required : false
66
+ type : string
67
+ default : recursive
68
+ setup-miniconda :
69
+ description : Set to true if setup-miniconda is needed
70
+ required : false
66
71
type : boolean
67
72
default : true
68
73
build-platform :
69
- description : Platform to build wheels, choose from 'python-build-package' or 'setup-py'
74
+ description : Platform to build wheels, choose from 'python-build-package' or 'setup-py'
70
75
required : false
71
76
type : string
72
77
default : ' setup-py'
@@ -147,6 +152,7 @@ jobs:
147
152
with :
148
153
repository : ${{ inputs.repository }}
149
154
ref : ${{ inputs.ref }}
155
+ submodules : ${{ inputs.submodules }}
150
156
setup-miniconda : ${{ inputs.setup-miniconda }}
151
157
python-version : ${{ env.PYTHON_VERSION }}
152
158
cuda-version : ${{ env.CU_VERSION }}
@@ -184,7 +190,7 @@ jobs:
184
190
echo "Successfully installed Python build package"
185
191
${CONDA_RUN} python -m build --wheel
186
192
- name : Build the wheel (setup-py)
187
- if : ${{ inputs.build-platform == 'setup-py' }}
193
+ if : ${{ inputs.build-platform == 'setup-py' }}
188
194
working-directory : ${{ inputs.repository }}
189
195
shell : bash -l {0}
190
196
run : |
Original file line number Diff line number Diff line change 59
59
description : " The key created when saving a cache and the key used to search for a cache."
60
60
default : " "
61
61
type : string
62
+ submodules :
63
+ description : " Works as stated in actions/checkout, but the default value is recursive"
64
+ required : false
65
+ type : string
66
+ default : recursive
62
67
63
68
permissions :
64
69
id-token : write
@@ -105,6 +110,7 @@ jobs:
105
110
with :
106
111
repository : ${{ inputs.repository }}
107
112
ref : ${{ inputs.ref }}
113
+ submodules : ${{ inputs.submodules }}
108
114
setup-miniconda : false
109
115
python-version : ${{ env.PYTHON_VERSION }}
110
116
cuda-version : ${{ env.CU_VERSION }}
Original file line number Diff line number Diff line change 59
59
description : " The key created when saving a cache and the key used to search for a cache."
60
60
default : " "
61
61
type : string
62
+ submodules :
63
+ description : " Works as stated in actions/checkout, but the default value is recursive"
64
+ required : false
65
+ type : string
66
+ default : recursive
62
67
63
68
permissions :
64
69
id-token : write
@@ -111,6 +116,7 @@ jobs:
111
116
with :
112
117
repository : ${{ inputs.repository }}
113
118
ref : ${{ inputs.ref }}
119
+ submodules : ${{ inputs.submodules }}
114
120
setup-miniconda : false
115
121
python-version : ${{ env.PYTHON_VERSION }}
116
122
cuda-version : ${{ env.CU_VERSION }}
You can’t perform that action at this time.
0 commit comments