ci: fix awscli botcore (#937)

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin 2024-09-25 03:04:12 +08:00 committed by GitHub
parent 2f9b18ba8e
commit 9ad34ef277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,9 @@ jobs:
working-directory: ./docs
run: |
sudo apt-get update
sudo apt-get install -y python3-pip awscli
sudo apt-get install -y python3-pip python3-setuptools
pip3 install -r requirements.txt
python3 -m pip install --user awscli
- name: build docs
working-directory: ./docs