We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b752d45 + 41f7529 commit e7f124eCopy full SHA for e7f124e
1 file changed
.github/workflows/python-tests.yml
@@ -105,12 +105,3 @@ jobs:
105
- name: "Enforce strict type annotations with mypy"
106
run: |
107
nox --session mypy_check
108
-
109
- ci-success:
110
- name: "CI steps all completed successfully"
111
- needs: ["coverage-compile", "mypy-check"]
112
- runs-on: "ubuntu-latest"
113
- steps:
114
- - name: "Success"
115
- run: |
116
- echo "If you are seeing this, the CI run was successful."
0 commit comments