diff options
author | David Robertson <davidr@element.io> | 2022-04-08 20:18:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 19:18:54 +0000 |
commit | 98ec375b26ff167f91d40cf5e531d5640fca3635 (patch) | |
tree | 8ee4518e9f65699226c02f1c2b2778bf2eb4b513 /.github | |
parent | Optimise `_update_client_ips_batch_txn` to batch together database operations... (diff) | |
download | synapse-98ec375b26ff167f91d40cf5e531d5640fca3635.tar.xz |
CI: Fix the export-data job to run under poetry (#12418)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 684a4c1e9e..bbf99447e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -270,9 +270,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: "3.9" + python-version: ${{ matrix.python-version }} + extras: "postgres" - run: .ci/scripts/test_export_data_command.sh portdb: |