upgrade pip

This commit is contained in:
Marc Beninca 2024-08-06 19:46:27 +02:00
parent a9c8f13068
commit 42f2cf73c5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 1 deletions

View file

@ -85,7 +85,6 @@ from various contexts of CA, CI and OCI / OS.
* actions * actions
* includes * includes
* handle python virtual environment * handle python virtual environment
* upgrade pip
* install packages * install packages
* ruff * ruff
* relay environment module name * relay environment module name

View file

@ -672,6 +672,8 @@ index-url = ${SPCD_URL_PYTHON}
spcd_ip__venv="/opt/venv" spcd_ip__venv="/opt/venv"
"${SPCD_PYTHON_ALIAS}" -m "venv" "${spcd_ip__venv}" "${SPCD_PYTHON_ALIAS}" -m "venv" "${spcd_ip__venv}"
. "${spcd_ip__venv}/bin/activate" . "${spcd_ip__venv}/bin/activate"
spcd_split
pip install --upgrade "pip"
# rsync # rsync
spcd_step "Install Rsync" spcd_step "Install Rsync"
spcd_install_package "rsync" spcd_install_package "rsync"