Skip to content

Commit

Permalink
forgot to install boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed May 9, 2024
1 parent 6218025 commit 7cfc2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfc2bb

Please sign in to comment.