From fff5e241795c2e0d5c35e0d36e7dd2f994c744fa Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sun, 7 Dec 2025 19:30:16 +0530 Subject: [PATCH] updated command to install dependencies for documentation in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ae01735c..9262c38d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: python-version: '3.13' - name: Install dependencies - run: pip install -r requirements/requirements-documentation.txt + run: pip install -e .[testing] # Start mkdocs server and wait for it to be ready - run: mkdocs serve &