Skip to content

Commit c78c4c7

Browse files
committed
Remove some jobs from the matrix
1 parent 3490ccb commit c78c4c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- {python-version: "3.7", tox-python-version: "py37"}
2626
- {python-version: "3.8", tox-python-version: "py38"}
2727
- {python-version: "3.9", tox-python-version: "py39"}
28+
exclude:
29+
# Remove some jobs from the matrix
30+
- {tox-extra-versions: "pytest46-xdist127", python-version: "3.8"}
31+
- {tox-extra-versions: "pytest46-xdist127", python-version: "3.9"}
32+
- {tox-extra-versions: "pytest46-xdist133", python-version: "3.9"}
33+
- {tox-extra-versions: "pytest54-xdist133", python-version: "3.9"}
2834

2935
steps:
3036
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)