1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Fix artifacts index job by downgrading awscli (#3805)

Similarly to #3803, artifact index update fails because the R2 doesn't
like the new awscli. The regression apparently comes from 1.37.0 as
well, so pin to version older than that.
This commit is contained in:
Jan Čermák
2025-01-17 15:50:21 +01:00
committed by GitHub
parent 267679b192
commit 219d7ec530

View File

@@ -49,7 +49,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install AWS CLI
run: pip install awscli
run: pip install 'awscli<1.37.0'
- name: Create build index
env: