File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 9797 id-token : write # This is required for requesting the JWT
9898 steps :
9999 - name : Install boto3
100- # Starting from macos14, boto3 is no longer available in macos homebrew python https://github.com/Homebrew/homebrew-core/issues/157500
101- # use virtual env to work around.
100+ # Starting from macos14, boto3 is no longer available in macos homebrew python https://github.com/Homebrew/homebrew-core/issues/157500
101+ # use virtual env to work around.
102102 run : |
103103 python3 -m venv .venv
104104 source .venv/bin/activate
@@ -180,11 +180,6 @@ jobs:
180180 python3 -m unittest test.test_identity
181181 source utils/test_cleanup.sh
182182 cd ..
183- - name : configure AWS credentials (MQTT5 samples)
184- uses : aws-actions/configure-aws-credentials@v4
185- with :
186- role-to-assume : ${{ env.CI_MQTT5_ROLE }}
187- aws-region : ${{ env.AWS_DEFAULT_REGION }}
188183 - name : run MQTT5 PubSub sample
189184 run : |
190185 python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_mqtt5_pubsub_cfg.json
You can’t perform that action at this time.
0 commit comments