This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,12 @@ jobs:
3232 with :
3333 python-version : " 3.x"
3434 poetry-version : " 1.2.0b1"
35- extras : " all"
3635 # Dump installed versions for debugging.
3736 - run : poetry run pip list > before.txt
3837 # Upgrade all runtime dependencies only. This is intended to mimic a fresh
3938 # `pip install matrix-synapse[all]` as closely as possible.
4039 - run : poetry update --no-dev
4140 - run : poetry run pip list > after.txt && (diff -u before.txt after.txt || true)
42- - name : Remove warn_unused_ignores from mypy config
43- run : sed '/warn_unused_ignores = True/d' -i mypy.ini
4441 - run : poetry run mypy
4542 trial :
4643 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2424 poetry remove twisted
2525 poetry add --extras tls git+https://github.com/twisted/twisted.git#trunk
2626 poetry install --no-interaction --extras "all test"
27- - name : Remove warn_unused_ignores from mypy config
28- run : sed '/warn_unused_ignores = True/d' -i mypy.ini
2927 - run : poetry run mypy
3028
3129 trial :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments