We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9d226 commit 686458bCopy full SHA for 686458b
.github/workflows/test.yaml
@@ -62,7 +62,7 @@ jobs:
62
path: ./dist
63
64
test:
65
- name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }}
+ name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }} ${{ matrix.pip-install-constraints }}
66
needs: [build]
67
timeout-minutes: 30
68
runs-on: ${{ matrix.os }}
0 commit comments