diff options
author | David Robertson <davidr@element.io> | 2022-04-08 12:00:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 12:00:05 +0100 |
commit | 7851a2c62f4419224645711b10aabf45104973ef (patch) | |
tree | 2c047d78f792b5b2243e446a61e37c65702424de /.github | |
parent | Add missing type definitions for scripts in docker folder (#12280) (diff) | |
download | synapse-7851a2c62f4419224645711b10aabf45104973ef.tar.xz |
CI: Get the portdb job to run under poetry (#12412)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c29867cc8..684a4c1e9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -307,9 +307,10 @@ jobs: steps: - uses: actions/checkout@v2 - run: sudo apt-get -qq install xmlsec1 - - uses: actions/setup-python@v2 + - uses: matrix-org/setup-python-poetry@v1 with: python-version: ${{ matrix.python-version }} + extras: "postgres" - run: .ci/scripts/test_synapse_port_db.sh complement: |