mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
upgraded urllib and request
This commit is contained in:
2
.github/workflows/uc_loadsim.yml
vendored
2
.github/workflows/uc_loadsim.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user