1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

Fix Rust compiler build error (Kubernetes dependency) (#471)

Update pip version during CircleCI setup stage to resolve Rust compiler build error (as suggested in https://cryptography.io/en/latest/faq.html#installing-cryptography-fails-with-error-can-not-find-rust-compiler)
This commit is contained in:
Guy Jacob
2021-02-09 15:54:44 +02:00
committed by GitHub
parent f52ff1784d
commit 06bacd9de0

View File

@@ -22,6 +22,7 @@ aliases:
run:
name: Prepare aws cli
command: |
sudo pip install --upgrade pip
sudo pip install awscli pytest kubernetes==8.0.0b1
$(aws ecr get-login --no-include-email --region us-west-2)