Daniel Busch 6 meses atrás
pai
commit
b439e24b53
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -33,7 +33,7 @@ jobs:
           os: "ubuntu-latest"
           python-version: "3.9"
           venv-id: "docs"
-          poetry-dependency-install-flags: "--all-extras --only 'main,docs'"
+          poetry-dependency-install-flags: "--all-extras" # --only 'main,docs'"
       - name: docs
         run: poetry run sphinx-build -W --keep-going -T -b html docs/source docs/build