CI: drop docker pin

Change-Id: I9a71da5a00a4580b491a9c10ca34094b6654b438
This commit is contained in:
Michal Nasiadka 2024-05-26 09:12:44 +02:00
parent f0688f7922
commit 9f347fa7f0

View File

@ -94,7 +94,7 @@ EOF
python3 -m venv ~/kolla-venv
source ~/kolla-venv/bin/activate
if [[ "$CONTAINER_ENGINE" == "docker" ]]; then
pip install "${KOLLA_SRC_DIR}" "docker<7" "requests<2.32"
pip install "${KOLLA_SRC_DIR}" "docker"
else
pip install "${KOLLA_SRC_DIR}" "podman"
fi