There was an error while loading. Please reload this page.
1 parent 3de82bb commit ed5e8a7Copy full SHA for ed5e8a7
2 files changed
.github/workflows/latest_deps.yml
@@ -57,8 +57,8 @@ jobs:
57
# `pip install matrix-synapse[all]` as closely as possible.
58
- run: poetry update --no-dev
59
- run: poetry run pip list > after.txt && (diff -u before.txt after.txt || true)
60
- - name: Remove warn_unused_ignores from mypy config
61
- run: sed '/warn_unused_ignores = True/d' -i mypy.ini
+ - name: Remove unhelpful options from mypy config
+ run: sed -e '/warn_unused_ignores = True/d' -e '/warn_redundant_casts = True/d' -i mypy.ini
62
- run: poetry run mypy
63
trial:
64
needs: check_repo
changelog.d/16213.misc
@@ -0,0 +1 @@
1
+Fix the latest-deps CI job.
0 commit comments