diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-01 14:46:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 13:46:47 +0100 |
commit | 18e40928010f990a8a9ce6db50a20b7add65bdbc (patch) | |
tree | 6ca51241b09610e3594acb27135368987401c8e3 /.github | |
parent | Remove support for unstable private read receipts (#13653) (diff) | |
download | synapse-18e40928010f990a8a9ce6db50a20b7add65bdbc.tar.xz |
Bump docker image to use stable poetry version (#13688)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e6d718a7c..49a010d9d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -283,7 +283,6 @@ jobs: - run: sudo apt-get -qq install xmlsec1 - uses: matrix-org/setup-python-poetry@v1 with: - python-version: ${{ matrix.python-version }} extras: "postgres" - run: .ci/scripts/test_export_data_command.sh |