run pip from python

This commit is contained in:
Marc Beninca 2024-08-19 10:11:39 +02:00
parent f990897cad
commit fc5b997288
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 20 additions and 10 deletions

10
spcd.sh
View file

@ -674,16 +674,6 @@ index-url = ${SPCD_URL_PYTHON}
spcd_split
export PATH="${SPCD_PYTHON_VENV_BINARIES}:${PATH}"
export VIRTUAL_ENV="${SPCD_PYTHON_VENV}"
spcd_split
pip install --upgrade "pip"
spcd_split
pip install \
"mypy" \
"pelican" \
"pytest" \
"ruff" \
"sphinx" "sphinx-rtd-theme" \
"twine"
}
spcd_install_python_modules() {