Skip to content

Commit

Permalink
Update buildspec.yml (#606)
Browse files Browse the repository at this point in the history
Avoid build error by upgrading pip
  • Loading branch information
lasv-az committed Jul 24, 2023
1 parent 9b8ff6d commit 8964304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/sample-terraform/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ phases:
- aws s3 cp s3://$S3_BUCKET_NAME/adf-build/ adf-build/ --recursive --quiet
- export PATH=$PATH:$(pwd)
- bash adf-build/helpers/terraform/install_terraform.sh
- pip install --upgrade pip
- pip install -r adf-build/requirements.txt -q
build:
commands:
Expand Down

0 comments on commit 8964304

Please sign in to comment.