From d08be28f3c2f91df3e690a4cfb730062b289c549 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Mon, 25 Apr 2022 16:55:52 +0200 Subject: fix dev_requirements install docs --- .github/workflows/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3a85fdc3..4971a49d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,9 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Install python dependencies - run: | - pip install -r requirements/dev_requirements.txt - uses: ammaraskar/sphinx-action@master with: + pre-build-command: python -m pip install -r requirements/dev_requirements.txt docs-folder: "docs/" -- cgit v1.3.1