Skip to content

Commit

Permalink
[GHA] fix test examples action (#3161)
Browse files Browse the repository at this point in the history
### Changes

add for step create summary
pip install defusedxml==0.7.1

### Reason for changes 


https://github.com/openvinotoolkit/nncf/actions/runs/12383825698/job/34567280129
  • Loading branch information
AlexanderDokuchaev authored Dec 19, 2024
1 parent 939d13e commit 00f9f08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- name: Test Summary
if: ${{ !cancelled() }}
run: |
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
pip install defusedxml==0.7.1
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
examples-win-cpu:
name: Test exmaples CPU Windows [${{ matrix.group }}/4]
Expand Down Expand Up @@ -124,5 +125,5 @@ jobs:
- name: Test Summary
if: ${{ !cancelled() }}
run: |
pip install defusedxml==0.7.1
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
pip install defusedxml==0.7.1
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY

0 comments on commit 00f9f08

Please sign in to comment.