Skip to content
Snippets Groups Projects
Unverified Commit 0d59ae70 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Use poetry 1.2 for complement in latest deps (#14305)

parent 0cfbb351
No related branches found
No related tags found
No related merge requests found
......@@ -151,12 +151,11 @@ jobs:
run: |
set -x
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yqq python3 pipx
pipx install poetry==1.1.14
pipx install poetry==1.2.0
poetry remove -n twisted
poetry add -n --extras tls git+https://github.com/twisted/twisted.git#trunk
poetry lock --no-update
# NOT IN 1.1.14 poetry lock --check
working-directory: synapse
- run: |
......
Use Poetry 1.2.0 in the Twisted Trunk CI job.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment