Skip packages with broken dependencies when upgrading system (#1009)

Co-authored-by: Daniel Lorch <lorchda@amazon.ch>
This commit is contained in:
Daniel Lorch
2022-02-02 17:12:58 +01:00
committed by GitHub
parent d9561d5d22
commit 72b30aa45f

View File

@@ -124,7 +124,7 @@ Resources:
python: 3.8
commands:
- echo "Updating yum ..."
- yum -y update
- yum -y update --skip-broken
- echo "Updating pip ..."
- python -m pip install --upgrade pip
- echo "Installing requirements ..."