summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2022-03-17 12:35:46 +0000
committerDavid Robertson <davidr@element.io>2022-03-29 12:56:26 +0100
commitec3b356788e08fe49e1954fd0607496f255d54d4 (patch)
tree5adff100a3cea1506878517c1eca5aa0d602e956
parentWork around twisted trunk test installing an old treq version (diff)
downloadsynapse-ec3b356788e08fe49e1954fd0607496f255d54d4.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.yml4
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