Skip to content

Commit d1a164c

Browse files
fix the dependency issue
1 parent ed54383 commit d1a164c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
find "${{ github.workspace }}/baseline/" -type f \
200200
\( -name "*.xml" \) \
201201
-exec mv {} ${{ github.workspace }}/ut_log/baseline \; || true
202+
pip install junitparser
202203
python ${{ github.workspace }}/.github/scripts/check-ut.py -n ${{ inputs.ut }} -i ${{ github.workspace }}/ut_log/baseline/*.xml -o ${{ github.workspace }}/ut_log/baseline
203204
find "${{ github.workspace }}/ut_log/baseline" -type f -name "all_cases_*.log" \
204205
-exec sh -c 'for file; do

0 commit comments

Comments
 (0)