File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ jobs:
9595 if : always()
9696 with :
9797 report_paths : ' junit-py*.xml'
98- check_name : " JUnit Test Report - Python ${{ matrix.python-version }}"
98+ check_name : " JUnit Test Report - python ${{ matrix.python-version }}, ${{ matrix.experimental && 'latest' || 'pinned' }} dependencies "
9999
100100 - name : MPL image comparison report
101101 uses : actions/upload-artifact@v3
102102 if : ${{ failure() }}
103103 with :
104- name : " MPL image comparison report - Python ${{ matrix.python-version }}"
104+ name : " MPL image comparison report - python ${{ matrix.python-version }}, ${{ matrix.experimental && 'latest' || 'pinned' }} dependencies "
105105 path : ' ./mpl-results'
106106 # No guarantee that the test failures were due to image comparisons
107107 if-no-files-found : ' ignore'
You can’t perform that action at this time.
0 commit comments