We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d4924 commit c5f5442Copy full SHA for c5f5442
1 file changed
.github/workflows/all_tests_common.yml
@@ -7,10 +7,6 @@ on:
7
required: true
8
type: string
9
description: Platform name (e.g., cuda, default)
10
- setup_commands:
11
- required: false
12
- type: string
13
- default: ''
14
15
jobs:
16
checkout_and_config:
@@ -92,7 +88,6 @@ jobs:
92
88
uses: ./.github/workflows/unit_tests_common.yml
93
89
name: unit_tests
94
90
with:
95
- setup_commands: ${{ inputs.setup_commands }}
96
91
platform: ${{ inputs.platform }}
97
device: ${{ matrix.device }}
98
image: ${{ needs.checkout_and_config.outputs.ci_image }}
0 commit comments