Skip to content

Commit 1444302

Browse files
committed
remove unused setup_commands param
1 parent 5f20c73 commit 1444302

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/all_tests_common.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
required: true
88
type: string
99
description: Platform name (e.g., cuda, default)
10-
setup_commands:
11-
required: false
12-
type: string
13-
default: ''
1410

1511
jobs:
1612
checkout_and_config:
@@ -92,7 +88,6 @@ jobs:
9288
uses: ./.github/workflows/unit_tests_common.yml
9389
name: unit_tests
9490
with:
95-
setup_commands: ${{ inputs.setup_commands }}
9691
platform: ${{ inputs.platform }}
9792
device: ${{ matrix.device }}
9893
image: ${{ needs.checkout_and_config.outputs.ci_image }}

0 commit comments

Comments
 (0)