mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 05:34:22 -05: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: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yqq python3 pipx
|
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 remove -n twisted
|
||||||
poetry add -n --extras tls git+https://github.com/twisted/twisted.git#trunk
|
poetry add -n --extras tls git+https://github.com/twisted/twisted.git#trunk
|
||||||
poetry lock --no-update
|
poetry lock --no-update
|
||||||
# NOT IN 1.1.14 poetry lock --check
|
|
||||||
working-directory: synapse
|
working-directory: synapse
|
||||||
|
|
||||||
- run: |
|
- 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