Skip to content

Commit 0a9b073

Browse files
committed
ops(ci): fix doc requirements no longer installed
1 parent f9abb30 commit 0a9b073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docs:
4444
- dist
4545
script:
4646
- apt-get update && apt-get install tree
47-
- pip install build/dist/*.whl
47+
- pip install `ls build/dist/*.whl`[doc]
4848
- make docs
4949
artifacts:
5050
paths:

0 commit comments

Comments
 (0)