Skip to content

Commit 26eb794

Browse files
committed
fix docs generation
1 parent 1b044b7 commit 26eb794

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626

2727
- name: Install docs dependencies
2828
run: |
29-
pip install -vv . --no-deps
29+
pip install build
30+
python -m build
31+
pip install dist/*.whl
3032
pip install -r docs/requirements.txt
3133
env:
3234
ACCELERATOR: "cpu"

0 commit comments

Comments
 (0)