Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 535f768

Browse files
author
David Robertson
committed
Tweak a comment
1 parent 4045f74 commit 535f768

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/scripts/test_synapse_port_db.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# - sets up synapse and deps
55
# - runs the port script on a prepopulated test sqlite db
66
# - also runs it against an new sqlite db
7-
8-
# Expects Synapse to have been already installed with `poetry install -e .[postgres]
7+
#
8+
# Expects Synapse to have been already installed with `poetry install --extras postgres`.
9+
# Expects `poetry` to be available on the `PATH`.
910

1011
set -xe
1112
cd "$(dirname "$0")/../.."

0 commit comments

Comments
 (0)