spcd_pip_install
All checks were successful
/ job (push) Successful in 12m12s

This commit is contained in:
Marc Beninca 2024-08-23 19:03:42 +02:00
parent 40399d1b71
commit cc96c1cd81
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -949,10 +949,6 @@ spcd_pip_install() {
spcd_pi__path="$(spcd_git_clone "${1}")"
spcd_pi__path="${spcd_pi__path}/${spcd_pi__name}"
spcd_pi__target="${SPCD_PYTHON_VENV_PACKAGES}"
echo "\
${spcd_pi__path}
${spcd_pi__target}"
cp --recursive "${spcd_pi__path}" "${spcd_pi__target}"
echo "${spcd_pi__target}/${spcd_pi__name}"
fi