From ae4140aac69752d665a2ef374f98764a3585cbb3 Mon Sep 17 00:00:00 2001 From: choccccy Date: Mon, 22 Jul 2024 18:36:51 -0600 Subject: [PATCH] pytest explaination --- test/embedding/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/embedding/README.md b/test/embedding/README.md index 61dadbf..6d05afa 100644 --- a/test/embedding/README.md +++ b/test/embedding/README.md @@ -25,3 +25,5 @@ PG_USER="username" PG_PASSWORD="passwd" PG_DATABASE="PeeGeeVee" ``` + +Make sure those are set in the subshell, for example by using an env.sh file and `set -o allexport && source env.sh && set +o allexport`! Further reading: (https://huggingface.co/blog/ucheog/separate-env-setup-from-code)