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

Raise issue if complement fails with latest deps #13859

Merged
merged 2 commits into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.