From 982123d268ae473e30b066d7a871e45ab90f786c Mon Sep 17 00:00:00 2001 From: Oleksandr Shchur Date: Tue, 19 May 2026 17:03:56 +0000 Subject: [PATCH] Fix doc workflow --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d117fc9..ac47209 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,8 +19,8 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: '3.x' - - run: pip install -r docs/requirements.txt + python-version: '3.11' + - run: pip install -e . -r docs/requirements.txt - run: | git config user.name github-actions git config user.email github-actions@github.com