Skip to content

Commit 1d0a90d

Browse files
committed
Still fixing the docs workflow
1 parent 60bd1fe commit 1d0a90d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- name: Install documentation dependencies
2121
run: |
2222
sudo apt install opencl-c-headers ocl-icd-opencl-dev doxygen
23-
pip3 install --upgrade setuptools build
24-
pip3 install -U -r $GITHUB_WORKSPACE/doc/requirements.txt
25-
pip3 install -U --ignore-installed $GITHUB_WORKSPACE
23+
sudo pip3 install --upgrade pip3 setuptools build
24+
pip3 install --user --upgrade -r $GITHUB_WORKSPACE/doc/requirements.txt
25+
python3 -m build --wheel $GITHUB_WORKSPACE
26+
pip3 install --user --upgrade --ignore-installed $GITHUB_WORKSPACE/dist/*.whl
2627
2728
- name: Run the documentation build
2829
run: |

0 commit comments

Comments
 (0)