Skip to content

Commit 686458b

Browse files
committed
ci: update job name to include install constraints (test old versions)
1 parent 2d9d226 commit 686458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }}
6666
needs: [build]
6767
timeout-minutes: 30
6868
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)