Skip to content

Commit 0610303

Browse files
[CI] run_tests.sh sets VIRTUAL_ENV_DISABLE_PROMPT=1 (restored)
1 parent 83939ac commit 0610303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ command -v pg_config
1414
VENV_PATH="/tmp/testgres_venv"
1515
rm -rf $VENV_PATH
1616
python${PYTHON_VERSION} -m venv "${VENV_PATH}"
17+
export VIRTUAL_ENV_DISABLE_PROMPT=1
1718
source "${VENV_PATH}/bin/activate"
1819
pip install -r tests/requirements.txt
1920

0 commit comments

Comments
 (0)