[ADD] pip install: support selenium (with python 3.7 strangely)
This commit is contained in:
parent
68d001e29a
commit
f972acbc80
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue