mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user