[ADD] pip install: support selenium (with python 3.7 strangely)

This commit is contained in:
Mathieu Benoit 2023-12-16 05:38:32 +00:00
parent 68d001e29a
commit f972acbc80

View file

@ -119,6 +119,8 @@ if [[ ! -f "${POETRY_PATH}" ]]; then
echo "Poetry installation error."
exit 1
fi
# Fix pip installation missing package
${VENV_PATH}/bin/pip install selenium
fi
# Delete artifacts created by pip, cause error in next "poetry install"