From 7cfc2bbfe59960e307062aaa957da070000ac11c Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Thu, 9 May 2024 14:30:13 -0700 Subject: [PATCH] forgot to install boto3 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3faefb9..ded0b2f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,6 +252,7 @@ jobs: source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup - name: Running samples in CI setup run: | + python3 -m pip install boto3 mvn install -Dmaven.test.skip=true - name: configure AWS credentials (PubSub) uses: aws-actions/configure-aws-credentials@v2