upgraded urllib and request

This commit is contained in:
jaspreetsachdev
2023-06-29 18:11:47 -04:00
committed by GitHub
parent 55c1074cdc
commit bebf448d76

View File

@@ -371,6 +371,8 @@ jobs:
chmod +x docker.sh;
bash docker.sh;
apt install -y python3-pip jq git;
pip3 install --upgrade requests;
pip3 install --upgrade urllib3;
pip3 install docker-compose;
EOF
scp -i ssh_key.pem cert.pem ubuntu@${{ steps.ec2_instance.outputs.instance_public_ip }}:/tmp/websocket-cert.pem