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 /changelog.d/12418.misc | |
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 '')
-rw-r--r-- | changelog.d/12418.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12418.misc b/changelog.d/12418.misc new file mode 100644 index 0000000000..d4b333ce81 --- /dev/null +++ b/changelog.d/12418.misc @@ -0,0 +1 @@ +Run the CI export-data script in the locked poetry environment. |