mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
ci: fix awscli botcore (#937)
Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
parent
2f9b18ba8e
commit
9ad34ef277
3
.github/workflows/docs-multiversion.yml
vendored
3
.github/workflows/docs-multiversion.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user