Skip to content

Commit 20caa7d

Browse files
authored
Update documentation.yml
1 parent 6b55cb7 commit 20caa7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
14-
- name: Install dependencies
14+
- name: Install doc dependencies
1515
run: |
1616
pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme sphinxcontrib-googleanalytics
17+
- name: Install content dependencies
18+
run: |
19+
pip install faiss-cpu air-benchmark
1720
- name: Sphinx build
1821
run: |
1922
sphinx-build docs/source docs/build

0 commit comments

Comments
 (0)