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

Commit 83685a6

Browse files
author
David Robertson
authored
Raise issue if complement fails with latest deps
Oversight in #13213.
1 parent a35842c commit 83685a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/latest_deps.yml

Lines changed: 2 additions & 1 deletion
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

0 commit comments

Comments
 (0)