1
0

Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)

This commit is contained in:
David Robertson
2022-07-15 16:18:47 +01:00
committed by GitHub
parent 0731e0829c
commit e9ce4d089b
5 changed files with 30 additions and 4 deletions

View File

@@ -127,12 +127,12 @@ jobs:
run: |
set -x
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yqq python3 pipx
pipx install poetry==1.1.12
pipx install poetry==1.1.14
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.12 poetry lock --check
# NOT IN 1.1.14 poetry lock --check
working-directory: synapse
- run: |