Skip to content

Commit 7418921

Browse files
action
1 parent f792986 commit 7418921

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/conformance_weight_compression.yml

+7-11
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
run: pip list
4848
- name: Run examples test scope
4949
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 \
5353
--splitting-algorithm=least_duration \
5454
--splits 2 \
5555
--group ${{ matrix.group }} \
@@ -59,12 +59,8 @@ jobs:
5959
env:
6060
TQDM_DISABLE: 1
6161
HOME_HF: "/home/runner/hf_home"
62-
- name: Upload artifact
63-
uses: actions/upload-artifact@v4
62+
- name: Test Summary
6463
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

0 commit comments

Comments
 (0)