Skip to content
Snippets Groups Projects
Commit cdf961d3 authored by Josef Němec's avatar Josef Němec
Browse files

Ignore pip environment warning

parent 29ca12be
Branches
No related tags found
No related merge requests found
Pipeline #286524 failed
......@@ -16,7 +16,7 @@ function install_mods_from_requirement_file() {
${PIP} --version &>/dev/null || ${YUM} install python3-pip
${PIP} install --upgrade pip
if [ "$(grep -v '^#' "${file}" | wc -w)" -gt "0" ]; then
${PIP} install --requirement "${file}"
${PIP} install --break-system-packages --requirement "${file}"
fi
}
......
......@@ -4,7 +4,4 @@ docker.io
podman
sshuttle
python3-pip
skopeo
python3-pyyaml
python3-prometheus-client
\ No newline at end of file
skopeo
\ No newline at end of file
#pyyaml
#prometheus-client
pyyaml
prometheus-client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment