Skip to content

Commit 21361ef

Browse files
committed
update linux ci
1 parent fce9ad9 commit 21361ef

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
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

0 commit comments

Comments
 (0)