Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use poetry 1.2 for complement in latest deps (#14305)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Oct 26, 2022
1 parent 0cfbb35 commit 0d59ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14305.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Poetry 1.2.0 in the Twisted Trunk CI job.

0 comments on commit 0d59ae7

Please sign in to comment.