File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 ${{needs.find-changes.outputs.code == 'false'
5454 && github.event_name != 'workflow_dispatch'}}
5555 # Important: the name must be the same as that of the build-wheels job.
56- name : Build & test wheels
56+ name : Build & verify wheels
5757 needs : find-changes
5858 runs-on : ubuntu-24.04
5959 timeout-minutes : 5
6565 if : >-
6666 ${{needs.find-changes.outputs.code == 'true'
6767 || github.event_name == 'workflow_dispatch'}}
68- name : Build & test wheels
68+ name : Build & verify wheels
6969 needs : find-changes
7070 uses : ./.github/workflows/_build_wheels.yaml
7171 secrets : inherit
Original file line number Diff line number Diff line change 4949 secrets : inherit
5050
5151 check-format :
52- name : Python format check
52+ name : Check Python code format
5353 needs : find-changes
5454 runs-on : ubuntu-24.04
5555 timeout-minutes : 30
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- name : ' CI: test with different hardware options'
15+ name : ' CI: test hardware options'
1616run-name : Test with instruction set extensions and parallelism
1717
1818on :
You can’t perform that action at this time.
0 commit comments