We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f193f3c commit 6c1f7e7Copy full SHA for 6c1f7e7
tests/ci-csi-cinder-e2e.sh
@@ -44,7 +44,8 @@ cleanup() {
44
}
45
trap cleanup EXIT
46
47
-python3 -m pip install requests ansible
+apt-get update
48
+apt-get install -y python3-requests ansible
49
50
# If BOSKOS_HOST is set then acquire a resource of type ${RESOURCE_TYPE} from Boskos.
51
if [ -n "${BOSKOS_HOST:-}" ]; then
tests/ci-csi-manila-e2e.sh
0 commit comments