We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be3131 commit 0c2e46bCopy full SHA for 0c2e46b
.github/workflows/ci.yml
@@ -140,3 +140,5 @@ jobs:
140
run: python -m pip install ${{ matrix.artifact || '.' }}
141
- name: run tests
142
run: python ${{ matrix.opts }} -m pytest -v -Werror -Wignore::ImportWarning --doctest-glob="*.rst" -ra
143
+ ci:
144
+ needs: ["checks", "test"]
0 commit comments