diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43beb7e..c443262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Update pip and install dependencies run: | python -m pip install --upgrade pip - python -m pip install ".[test]" + python -m pip install ".[docs,test]" - name: Run tests run: |