Skip to content

Commit 0c2e46b

Browse files
committed
Unify CI check
Having to update the required statuses in the branch protection rules every time the test matrix is updated is a pain in the ass.
1 parent 5be3131 commit 0c2e46b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,5 @@ jobs:
140140
run: python -m pip install ${{ matrix.artifact || '.' }}
141141
- name: run tests
142142
run: python ${{ matrix.opts }} -m pytest -v -Werror -Wignore::ImportWarning --doctest-glob="*.rst" -ra
143+
ci:
144+
needs: ["checks", "test"]

0 commit comments

Comments
 (0)