mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-12 01:46: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
|
working-directory: ./docs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
pip3 install -r requirements.txt
|
||||||
|
python3 -m pip install --user awscli
|
||||||
|
|
||||||
- name: build docs
|
- name: build docs
|
||||||
working-directory: ./docs
|
working-directory: ./docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user