From 5c93bd6443e8bdc317a76adfe0aa08db5c1a4721 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sun, 5 Feb 2023 17:43:03 -0100 Subject: [PATCH] Update data-update_ec2-instance-types.yml --- .github/workflows/data-update_ec2-instance-types.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/data-update_ec2-instance-types.yml b/.github/workflows/data-update_ec2-instance-types.yml index 0dbf141e6..25b8ee1d1 100644 --- a/.github/workflows/data-update_ec2-instance-types.yml +++ b/.github/workflows/data-update_ec2-instance-types.yml @@ -24,6 +24,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Set up Python 3.9 + uses: actions/setup-python@v4 + with: + python-version: 3.9 + - name: Configure AWS uses: aws-actions/configure-aws-credentials@v1 with: @@ -34,6 +39,7 @@ jobs: uses: technote-space/create-pr-action@v2 with: EXECUTE_COMMANDS: | + pip install boto3 scripts/get_instance_info.py COMMIT_MESSAGE: 'chore: update EC2 Instance Types' COMMIT_NAME: 'Moto Admin'