We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e244e80 commit aa0659cCopy full SHA for aa0659c
haystack-embeddings/run.sh
@@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python)
22
$PYTHON_BINARY -m pip install -U pip hatch
23
24
# Run tests.
25
-MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test:all -v
+MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test:all -v
0 commit comments