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
Browse files Browse the repository at this point in the history
Oversight in #13213.
  • Loading branch information
David Robertson authored Sep 21, 2022
1 parent a35842c commit 83685a6
Showing 1 changed file with 2 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

0 comments on commit 83685a6

Please sign in to comment.