Skip to content
Snippets Groups Projects
Unverified Commit 607729b4 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Fix missing dependencies on stretch CI image (#13910)

parent 26c3bb25
No related branches found
No related tags found
No related merge requests found
......@@ -269,9 +269,9 @@ jobs:
if [[ $CIRCLE_PULL_REQUESTS ]]; then exit 0; fi;
sudo apt-get -y -qq update
sudo apt-get -y -qq install python3.4-dev
sudo apt-get -y -qq install python3.5-dev
curl -O https://bootstrap.pypa.io/get-pip.py
python3.4 get-pip.py --user
python3.5 get-pip.py --user
export PATH=~/.local/bin:$PATH
pip install awscli --upgrade --user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment