diff options
author | Sean Quah <seanq@element.io> | 2022-03-17 12:35:46 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2022-03-17 12:37:33 +0000 |
commit | f2b1232277a8a6adeb31ba4736b4b10e9521d9a8 (patch) | |
tree | 3be59a519246f99ed3761dde9ae4b8233f0481ea | |
parent | Merge branch 'develop' into squah/pyproject-poetry-contribs (diff) | |
download | synapse-f2b1232277a8a6adeb31ba4736b4b10e9521d9a8.tar.xz |
Make poetry available in sytest twisted trunk test
We may have to use OFFLINE=1 mode to stop sytest from reinstalling a non-trunk version of twisted. Let's find out.
-rw-r--r-- | .github/workflows/twisted_trunk.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index b31b5dd0f1..cd5bf73258 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -59,6 +59,10 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: matrix-org/setup-python-poetry@dmr/try-extras + with: + python-version: "3.x" + extras: "all" - name: Patch dependencies run: .ci/patch_for_twisted_trunk.sh working-directory: /src |