diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 593b6e9b3b..9fface5591 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -66,7 +66,12 @@ jobs: cache-dependency-path: | **/pyproject.toml **/requirements*.txt - - name: Run tox docs target (expect failure since tox is not present) + - name: Install dependencies + run: | + python -m pip install --upgrade pip + python -m pip install tox + + - name: Run tox docs target run: | make docs - name: Deploy to GitHub Pages