From 70c3d329f8852f5a9ec6916df5dc840d5bbc10c5 Mon Sep 17 00:00:00 2001 From: Joey Xia <77958037+ZiyiXia@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:03:28 +0800 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5e306ac0..96acd64e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme sphinxcontrib-googleanalytics - name: Install content dependencies run: | - pip install faiss-cpu air-benchmark beir + pip install faiss-cpu mteb air-benchmark beir - name: Sphinx build run: | sphinx-build docs/source docs/build