Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f7c89c4

Browse files
author
David Robertson
authored
Raise issue if complement fails with latest deps (#13859)
1 parent 8c3dcdf commit f7c89c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/latest_deps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ jobs:
201201
open-issue:
202202
if: "failure() && github.event_name != 'push' && github.event_name != 'pull_request'"
203203
needs:
204-
# TODO: should mypy be included here? It feels more brittle than the other two.
204+
# TODO: should mypy be included here? It feels more brittle than the others.
205205
- mypy
206206
- trial
207207
- sytest
208+
- complement
208209

209210
runs-on: ubuntu-latest
210211

changelog.d/13859.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise issue if complement fails with latest deps.

0 commit comments

Comments
 (0)