Skip to content

Commit da66237

Browse files
committed
check-inductor-report.py
1 parent 4ef86fe commit da66237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
while read model; do
233233
bash -e $GITHUB_WORKSPACE/scripts/inductor_xpu_test.sh ${{ inputs.suite }} ${{ inputs.dtype }} ${{ inputs.mode }} ${{ inputs.test_mode }} xpu 0 static 1 0 $model
234234
done < $models_subset_file
235-
if [[ "${{ inputs.check_all_subset_models }}" == true ]]
235+
if [[ "${{ inputs.check_all_subset_models }}" == true ]]; then
236236
python $GITHUB_WORKSPACE/scripts/check_inductor_report.py --models-file="$models_subset_file" \
237237
--suite=${{ inputs.suite }} \
238238
--dtype=${{ inputs.dtype }} \

0 commit comments

Comments
 (0)