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

Commit

Permalink
Raise issue if complement fails with latest deps (#13859)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Sep 22, 2022
1 parent 8c3dcdf commit f7c89c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/latest_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,11 @@ jobs:
open-issue:
if: "failure() && github.event_name != 'push' && github.event_name != 'pull_request'"
needs:
# TODO: should mypy be included here? It feels more brittle than the other two.
# TODO: should mypy be included here? It feels more brittle than the others.
- mypy
- trial
- sytest
- complement

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions changelog.d/13859.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Raise issue if complement fails with latest deps.

0 comments on commit f7c89c4

Please sign in to comment.