File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 47
47
run : pip list
48
48
- name : Run examples test scope
49
49
run : |
50
- python -m pytest -ras tests/post_training/test_quantize_conformance.py::test_weight_compression \
51
- --junit-xml=pytest-results-${{ matrix.group }} .xml \
52
- --durations-path=tests/post_training/.test_durations \
50
+ python -m pytest -s -ra tests/post_training/test_quantize_conformance.py::test_weight_compression \
51
+ --junit-xml=pytest-results.xml \
52
+ --durations-path=tests/post_training/data/wc_test_durations.json \
53
53
--splitting-algorithm=least_duration \
54
54
--splits 2 \
55
55
--group ${{ matrix.group }} \
59
59
env :
60
60
TQDM_DISABLE : 1
61
61
HOME_HF : " /home/runner/hf_home"
62
- - name : Upload artifact
63
- uses : actions/upload-artifact@v4
62
+ - name : Test Summary
64
63
if : ${{ !cancelled() }}
65
- with :
66
- overwrite : True
67
- name : pytest-results-${{ matrix.group }}
68
- path : |
69
- pytest-results-${{ matrix.group }}.xml
70
- tmp/results.csv
64
+ run : |
65
+ pip install defusedxml==0.7.1
66
+ python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments