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 &