File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6262 path : ./dist
6363
6464 test :
65- name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }}
65+ name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }} ${{ (matrix.pip-install-constraints != '' && '(oldest deps)') || '' }}
6666 needs : [build]
6767 timeout-minutes : 30
6868 runs-on : ${{ matrix.os }}
8787 python-version : " 3.8"
8888 pip-extras : lab
8989
90+ include :
9091 # this test is manually updated to reflect the lower bounds of
9192 # versions from dependencies
9293 - os : ubuntu-22.04
@@ -170,7 +171,7 @@ jobs:
170171 uses : actions/upload-artifact@v4
171172 with :
172173 name : |-
173- tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ github.run_attempt }}
174+ tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}
174175 path : |
175176 ./build/pytest
176177 ./build/coverage
You can’t perform that action at this time.
0 commit comments