Skip to content

Commit ed3e7b9

Browse files
committed
Pip3 install fix
1 parent 7ee0d5e commit ed3e7b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
6060
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
6161
run: |
62+
sudo apt update
63+
sudo apt install python3-pip python3-setuptools
6264
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
6365
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
6466
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
@@ -88,6 +90,8 @@ jobs:
8890
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PREV_PATH }}
8991
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_PREV_URL }}
9092
run: |
93+
sudo apt update
94+
sudo apt install python3-pip python3-setuptools
9195
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
9296
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
9397
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER

0 commit comments

Comments
 (0)