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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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