mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use poetry 1.2 for complement in latest deps (#14305)
This commit is contained in:
parent
0cfbb35131
commit
0d59ae706a
3
.github/workflows/twisted_trunk.yml
vendored
3
.github/workflows/twisted_trunk.yml
vendored
@ -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: |
|
||||
|
1
changelog.d/14305.misc
Normal file
1
changelog.d/14305.misc
Normal file
@ -0,0 +1 @@
|
||||
Use Poetry 1.2.0 in the Twisted Trunk CI job.
|
Loading…
Reference in New Issue
Block a user