Skip to content

Commit

Permalink
[ci] Fix the version of the aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 22, 2025
1 parent 6a7657b commit 76f0df6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/root-docs-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ROOT Docs'
name: 'ROOT Docs CI'

on:

Expand Down Expand Up @@ -160,8 +160,8 @@ jobs:
- name: Install AWS CLI
run: |
python -m pip install --upgrade pip
pip install awscli
aws configure set default.s3.max_concurrent_requests 200
pip install awscli==1.36.40
aws configure set default.s3.max_concurrent_requests 128
- name: Sync documentation to S3
working-directory: ${{ env.DOC_LOCATION }}
Expand Down

0 comments on commit 76f0df6

Please sign in to comment.